mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
8200d19894
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. |
||
---|---|---|
.. | ||
images | ||
acme.md | ||
cas.md | ||
CONTRIBUTING.md | ||
database.md | ||
defaults.md | ||
docker.md | ||
GETTING_STARTED.md | ||
kms.md | ||
provisioners.md | ||
questions.md | ||
README.md | ||
revocation.md |
Step Certificates Documentation
Note: Much of our documentation has moved
Index of Documentation and Tutorials for using and deploying the step certificates
.
Table of Contents
- General Info
- Website
- Installation Guide
- Getting Started: in depth guide on getting started
with
step-ca
, including all configuration options. - Contributor's Guide
- Sane Defaults: default algorithms and attributes used in cryptographic primitives and why they were selected.
- Frequently Asked Questions
- Check out our Blog. We post quality educational content as well as periodic updates on new releases.
- API: Guides to using the API via the
step
CLI.- Revoking Certificates
- Persistence Layer: description and guide to using
step certificates
' persistence layer for storing certificate management metadata.
- Tutorials: Guides for deploying and getting started with
step
in various environments.