certificates/cas
Mariano Cano 8200d19894
Improve CRL implementation
This commit adds some changes to PR #731, some of them are:
- Add distribution point to the CRL
- Properly stop the goroutine that generates the CRLs
- CRL config validation
- Remove expired certificates from the CRL
- Require enable set to true to generate a CRL

This last point is the principal change in behaviour from the previous
implementation. The CRL will not be generated if it's not enabled, and
if it is enabled it will always be regenerated at some point, not only
if there is a revocation.
2022-10-26 18:55:24 -07:00
..
apiv1 Merge branch 'master' into crl-support 2022-09-30 08:45:48 +08:00
cloudcas Even more linter fixes 2022-09-20 21:48:04 -07:00
softcas Improve CRL implementation 2022-10-26 18:55:24 -07:00
stepcas Rebase over master and a few more linter fixes 2022-09-20 19:05:12 -07:00
vaultcas Fix linter warning about bad error name 2022-09-20 19:05:12 -07:00
cas.go Enable default cas implementation. 2020-11-03 12:45:31 -08:00
cas_test.go Use go.step.sm/crypto/kms 2022-08-08 17:58:18 -07:00