diff options
author | 2020-12-18 15:03:40 +0000 | |
---|---|---|
committer | 2020-12-18 15:03:40 +0000 | |
commit | f5c07a2eff3d19744d5f2088f7834629e619ccec (patch) | |
tree | 42bef8d5391f07c81c7a62fdc2cd3395d785eb7a | |
parent | Use asprintf with %.*s to construct the path based on the mft file (diff) | |
download | wireguard-openbsd-f5c07a2eff3d19744d5f2088f7834629e619ccec.tar.xz wireguard-openbsd-f5c07a2eff3d19744d5f2088f7834629e619ccec.zip |
Add details to -F flag
If you add alternatives domain names to
acme-client.conf, using -F is required to
renew the certificate with the new names.
ok jmc@
-rw-r--r-- | usr.sbin/acme-client/acme-client.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index 85b931e4de4..826c828f6af 100644 --- a/usr.sbin/acme-client/acme-client.1 +++ b/usr.sbin/acme-client/acme-client.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acme-client.1,v 1.36 2020/11/04 10:34:18 denis Exp $ +.\" $OpenBSD: acme-client.1,v 1.37 2020/12/18 15:03:40 solene Exp $ .\" .\" Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 4 2020 $ +.Dd $Mdocdate: December 18 2020 $ .Dt ACME-CLIENT 1 .Os .Sh NAME @@ -68,6 +68,9 @@ The options are as follows: .Bl -tag -width Ds .It Fl F Force certificate renewal, even if it's too soon. +This is required if new domain alternatives names +were added to +.Xr acme-client.conf 5 . .It Fl f Ar configfile Specify an alternative configuration file. .It Fl n |