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 /client | |
parent | 74c0a11722cf1e01b9a9834e89a07b55eaf01080 (diff) |
Make the ACME API server URL configurable at build time.
Diffstat (limited to 'client')
-rwxr-xr-x | client | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |