since apparently, the "example" conf is not free-form (adding comments
authorespie <espie@openbsd.org>
Tue, 16 May 2023 09:02:50 +0000 (09:02 +0000)
committerespie <espie@openbsd.org>
Tue, 16 May 2023 09:02:50 +0000 (09:02 +0000)
would break scripts, go figure), highlight the staging servers so that
people with non-standard configurations (challenge/response) get a chance
at figuring things out.

okay tb@

usr.sbin/acme-client/acme-client.1

index 403e161..5af7f5f 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: acme-client.1,v 1.41 2022/01/21 18:46:21 deraadt Exp $
+.\"    $OpenBSD: acme-client.1,v 1.42 2023/05/16 09:02:50 espie 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 2022 $
+.Dd $Mdocdate: May 16 2023 $
 .Dt ACME-CLIENT 1
 .Os
 .Sh NAME
@@ -151,3 +151,12 @@ The
 .Nm
 utility was written by
 .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .
+.Sh CAVEATS
+The usual ACME service providers are notoriously picky about
+authenticating rules, and yield fairly long time-outs after just a
+few invalid attempts.
+It is strongly suggested to first validate a configuration with a
+staging server before moving an official certificate validation
+workflow to
+.Xr crontab 5
+status.