ports/security/certmgr/files/patch-README.md
Robert Clausecker 291bf56652 security/certmgr: new port
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
2021-07-14 10:43:50 +02:00

518 B

--- 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