diff options
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 |