You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/api
Mariano Cano c7f226bcec
Add support for renew when using stepcas
It supports renewing X.509 certificates when an RA is configured with stepcas.
This will only work when the renewal uses a token, and it won't work with mTLS.

The audience cannot be properly verified when an RA is used, to avoid this we
will get from the database if an RA was used to issue the initial certificate
and we will accept the renew token.

Fixes #1021 for stepcas
2 years ago
..
log Fix errors.As linter warnings 2 years ago
read Standardize linting file and fix or ignore lots of linting errors 2 years ago
render Fix errors.As linter warnings 2 years ago
api.go Add support for renew when using stepcas 2 years ago
api_test.go Add support for renew when using stepcas 2 years ago
crl.go Use render.Error on crl endpoint 2 years ago
rekey.go Retrieve the authority from the context in api methods. 2 years ago
renew.go Add support for renew when using stepcas 2 years ago
revoke.go Update bad serial error to be more specific 2 years ago
revoke_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
sign.go Do not use deprecated AuthorizeSign 2 years ago
ssh.go Merge branch 'master' into ssh-renew-provisioner 2 years ago
sshRekey.go No longer need to ignore context warnings when context in request 2 years ago
sshRenew.go No longer need to ignore context warnings when context in request 2 years ago
sshRevoke.go Retrieve the authority from the context in api methods. 2 years ago
ssh_test.go Do not use deprecated AuthorizeSign 2 years ago