aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-21 02:55:46 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-21 03:00:48 +0100
commit626c0418b3d8c3747a7be8e2620d7c85a8c2c613 (patch)
treed4b148cbd5b143238448eab1346a9cd603299f31 /client
parent74c0a11722cf1e01b9a9834e89a07b55eaf01080 (diff)
Make the ACME API server URL configurable at build time.
Diffstat (limited to 'client')
-rwxr-xr-xclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/client b/client
index a5490f8..e62541c 100755
--- a/client
+++ b/client
@@ -210,7 +210,7 @@ sub acme($;$) {
});
}
-my $SERVER_URI = $CONFIG->{server} // 'https://acme-v02.api.letsencrypt.org/directory';
+my $SERVER_URI = $CONFIG->{server} // '@@acmeapi_server@@';
my %RES;
# Get the resource URI from the directory