X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/1b0a15d0b5348777515f8424f6f6fde1d7bb7822..e39489eceb9dada2e15861d357ce2966883bc243:/acmeconf diff --git a/acmeconf b/acmeconf index c5b9134..10595c8 100755 --- a/acmeconf +++ b/acmeconf @@ -34,7 +34,7 @@ my @debian = (); # Init root my %root = (); -tie(%root, 'Tie::IxHash', thumbprint => '/etc/acmepl/thumbprint', certificates => []); +tie(%root, 'Tie::IxHash', thumbprint => '/etc/acme/thumbprint', certificates => []); # Init prod my $prod = 0; @@ -73,7 +73,7 @@ for (my $i = 0; $i <= $#ARGV; $i++) { # Show usage if (scalar(@ARGV) < 1) { - print "Usage: $0 [(-d|--debian)[=example.com[,...]] [(-r|--redhat)[=example.com[,...]]] [...] > /etc/acmepl/config\n"; + print "Usage: $0 [(-d|--debian)[=example.com[,...]] [(-r|--redhat)[=example.com[,...]]] [...] > /etc/acme/config\n"; exit EXIT_FAILURE; }