diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-05-16 09:02:51 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-05-16 09:02:51 +0000 |
commit | 083f152715eb1c20ce9790973a7fe20fddf2d11d (patch) | |
tree | 3f399b150a2df2e0c5f7dc629ac465cc3911917b /usr.sbin/acme-client | |
parent | 1f4c8dc29cba3a64eadcd69757ab74f0221df777 (diff) |
since apparently, the "example" conf is not free-form (adding comments
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@
Diffstat (limited to 'usr.sbin/acme-client')
-rw-r--r-- | usr.sbin/acme-client/acme-client.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index 403e161dd8a..5af7f5f3df2 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.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. |