diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:45:27 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:52:08 +0100 |
commit | 0eb9f40182299b2615f5ac0190d40429f5f64ed7 (patch) | |
tree | 0d036ec70b1a444f233fd695069e989d9f825ac0 /lacme | |
parent | bb5efce091215432fd2b82fbf50aff1536d415f6 (diff) |
s/lacme-certs.d/lacme-certs.conf.d/upstream/0.2
Diffstat (limited to 'lacme')
-rwxr-xr-x | lacme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -561,7 +561,7 @@ if ($COMMAND eq 'new-reg' or $COMMAND =~ /^reg=/) { elsif ($COMMAND eq 'new-cert') { my $conffiles = defined $OPTS{'config-certs'} ? $OPTS{'config-certs'} : defined $CONFIG->{_}->{'config-certs'} ? [ split(/\s+/, $CONFIG->{_}->{'config-certs'}) ] - : [ "$NAME-certs.conf", "$NAME-certs.d/" ]; + : [ "$NAME-certs.conf", "$NAME-certs.conf.d/" ]; my $conf; foreach my $conffile (@$conffiles) { $conffile = ($CONFFILENAME =~ s#[^/]+\z##r).$conffile unless $conffile =~ /\A\//; |