diff options
author | 2017-01-21 08:57:05 +0000 | |
---|---|---|
committer | 2017-01-21 08:57:05 +0000 | |
commit | 0964cf7808c331b7725d683a53e951c96d4d453a (patch) | |
tree | 2296cf9abfb4884c8d359acacb1b4956b87a2407 | |
parent | Implement domain chain certificate. (diff) | |
download | wireguard-openbsd-0964cf7808c331b7725d683a53e951c96d4d453a.tar.xz wireguard-openbsd-0964cf7808c331b7725d683a53e951c96d4d453a.zip |
see also acme-client.conf(5) suggested by millert and Raf Czlonka
ok florian
-rw-r--r-- | usr.sbin/acme-client/acme-client.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index e13963a64b7..4652bbaf8a2 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.16 2017/01/21 08:52:30 florian Exp $ +.\" $OpenBSD: acme-client.1,v 1.17 2017/01/21 08:57:05 benno Exp $ .\" .\" Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -123,6 +123,7 @@ fi .Ed .Sh SEE ALSO .Xr openssl 1 , +.Xr acme-client.conf 5 , .Xr httpd.conf 5 .Sh STANDARDS .Rs |