One of the examples is broken:

        $ acme-client -vN www.example.com
        acme-client: unknown option -- N
        usage: acme-client [-ADFnrv] [-f configfile] domain

This commit [0] makes me think that -D should be used instead, but
I'm not sure.

P.s.: This man page also contains a reference to a non-existant Challenges
section (".Sx Challenges"); I haven't included a patch as I don't know how
best to address it.

[0]: 
https://github.com/openbsd/src/commit/2453e683be3ff3f89bf7f499869580fa120a059d



Index: acme-client.1
===================================================================
RCS file: /cvs/src/usr.sbin/acme-client/acme-client.1,v
retrieving revision 1.19
diff -u -p -r1.19 acme-client.1
--- acme-client.1       21 Jan 2017 15:53:15 -0000      1.19
+++ acme-client.1       28 Jan 2017 16:11:39 -0000
@@ -104,7 +104,7 @@ as in the
 .Sx Challenges
 section:
 .Pp
-.Dl # acme-client -vN www.example.com
+.Dl # acme-client -vD www.example.com
 .Pp
 A daily
 .Xr cron 8

Reply via email to