blob: 7d82506e67c3aa8f1ef9d86da541a9e43c249f9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
certmgr is a tool for managing certificates using CFSSL. It does the
following:
- Ensures certificates are present.
- Renews certificates before they expire.
- Triggering a service reload or restart on certificate updates.
It operates on certificate specs, which are JSON files containing the
information needed to generate a certificate.
|