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/cas/apiv1
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
..
extension.go Fix typos. 4 years ago
extension_test.go Add missing tests 4 years ago
options.go Use go.step.sm/crypto/kms 2 years ago
options_test.go leverage intermediate_ca.crt for appending certs. 3 years ago
registry.go Improve initialization of SCEP authority 3 years ago
registry_test.go Do not use go 1.15 methods. 4 years ago
requests.go Add support for renew when using stepcas 2 years ago
services.go Add support for renew when using stepcas 2 years ago
services_test.go Add support for renew when using stepcas 2 years ago