summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-05-10 07:34:58 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-05-10 07:34:58 +0000
commite4391519e61b57c07247e2de48b3013ae4eaff3d (patch)
tree8b6c3198d0fd17a03f34c117b859293227d8448f /etc
parentd5a47dff07fcd0131dc1cbd1252660bbf8430b19 (diff)
Add a hint on using letsencrypt-staging for testing
While florian rightly points out that this is likely to be overlooked, it may help someone. Also doesn't affect the adjust-config-with-sed-ability of the example file after input by a few. no objection florian ok espie millert
Diffstat (limited to 'etc')
-rw-r--r--etc/examples/acme-client.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/examples/acme-client.conf b/etc/examples/acme-client.conf
index 31dd96f0088..842f2f3d814 100644
--- a/etc/examples/acme-client.conf
+++ b/etc/examples/acme-client.conf
@@ -1,5 +1,5 @@
#
-# $OpenBSD: acme-client.conf,v 1.4 2020/09/17 09:13:06 florian Exp $
+# $OpenBSD: acme-client.conf,v 1.5 2023/05/10 07:34:57 tb Exp $
#
authority letsencrypt {
api url "https://acme-v02.api.letsencrypt.org/directory"
@@ -27,5 +27,7 @@ domain example.com {
alternative names { secure.example.com }
domain key "/etc/ssl/private/example.com.key"
domain full chain certificate "/etc/ssl/example.com.fullchain.pem"
+ # Test with the staging server to avoid aggressive rate-limiting.
+ #sign with letsencrypt-staging
sign with letsencrypt
}