mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
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. WWW: https://github.com/cloudflare/certmgr PR: 256992
18 lines
518 B
Markdown
18 lines
518 B
Markdown
--- README.md.orig 2021-07-04 21:06:24 UTC
|
|
+++ README.md
|
|
@@ -39,13 +39,13 @@ Prometheus is used to collect some useful `certmgr` me
|
|
## certmgr.yaml
|
|
|
|
The configuration file must be a YAML file; it is expected to be in
|
|
-`/etc/certmgr/certmgr.yaml`. The location can be changed using the
|
|
+`%%ETCDIR%%/certmgr.yaml`. The location can be changed using the
|
|
`-f` flag.
|
|
|
|
An example `certmgr.yaml` file is:
|
|
|
|
```
|
|
-dir: /etc/certmgr.d
|
|
+dir: %%ETCDIR%%.d
|
|
default_remote: ca.example.net:8888
|
|
svcmgr: systemd
|
|
before: 72h
|