CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/01/02 12:04:21
Modified files:
usr.sbin/acme-client: acme-client.1 revokeproc.c
Log message:
If acme-client detects an added or removed SAN in the config file
compared to the existing certificate on disk, automatically request a
new certificate without requiring -F.
(Previously the code using -F only coped with added SANs; if one was
removed in config then the certificate needed manual removal vefore
acme-client would work).
Name checks for -r (revocation) are kept as-is for now.