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/authority
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
..
admin Provisioner webhooks (#1001) 2 years ago
administrator Improve policy error handling code coverage 2 years ago
config Merge branch 'master' into crl-support 2 years ago
internal/constraints Fix some more extra white spaces 2 years ago
policy Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioner Remove TODO and clarify ACME revoke authorization method docs 2 years ago
testdata Add special handling for *json.UnmarshalTypeError 2 years ago
admins.go exposing authority configuration for provisioner cli commands 2 years ago
authority.go Start crl generator before setting initOnce 2 years ago
authority_test.go Improve CRL implementation 2 years ago
authorize.go Add support for renew when using stepcas 2 years ago
authorize_test.go Add support for renew when using stepcas 2 years ago
config.go Admin level API for provisioner mgmt v1 3 years ago
export.go Use go.step.sm/crypto/kms 2 years ago
linkedca.go Add support for storing or sending attestation data to linkedca 2 years ago
options.go Disable initialization log output if started with `--quiet` 2 years ago
policy.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
policy_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioners.go Add support for renew when using stepcas 2 years ago
provisioners_test.go Add support for renew when using stepcas 2 years ago
root.go Simplify statuscoder error generators. 4 years ago
root_test.go Fix errors.As linter warnings 2 years ago
ssh.go Provisioner webhooks (#1001) 2 years ago
ssh_test.go Fix err assert linter warnings - upgrade outdated package 2 years ago
tls.go Add support for renew when using stepcas 2 years ago
tls_test.go Add support for renew when using stepcas 2 years ago
version.go Add missing version.go file. 4 years ago
webhook.go Provisioner webhooks (#1001) 2 years ago
webhook_test.go Provisioner webhooks (#1001) 2 years ago