diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-21 02:55:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-21 03:00:48 +0100 |
commit | 626c0418b3d8c3747a7be8e2620d7c85a8c2c613 (patch) | |
tree | d4b148cbd5b143238448eab1346a9cd603299f31 /config | |
parent | 74c0a11722cf1e01b9a9834e89a07b55eaf01080 (diff) |
Make the ACME API server URL configurable at build time.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index 198729d..0392be5 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -35,7 +35,7 @@ # <https://acme-staging-v02.api.letsencrypt.org/directory> for testing # as it has relaxed rate-limiting. # -#server = https://acme-v02.api.letsencrypt.org/directory +#server = @@acmeapi_server@@ # Timeout in seconds after which the client stops polling the ACME # server and considers the request failed. |