diff options
-rw-r--r-- | usr.sbin/acme-client/acme-client.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index 41edabc4645..abf84dd8a0c 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.19 2017/01/21 15:53:15 jmc Exp $ +.\" $OpenBSD: acme-client.1,v 1.20 2017/01/28 17:53:17 jmc 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: January 21 2017 $ +.Dd $Mdocdate: January 28 2017 $ .Dt ACME-CLIENT 1 .Os .Sh NAME @@ -100,11 +100,9 @@ or 0 if certificates were changed (revoked or updated). .Sh EXAMPLES To create and submit a new key for a single domain, assuming that the web server has already been configured to map the challenge directory -as in the -.Sx Challenges -section: +as above: .Pp -.Dl # acme-client -vN www.example.com +.Dl # acme-client -vD www.example.com .Pp A daily .Xr cron 8 |