aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Acmeman.pm')
-rw-r--r--lib/App/Acmeman.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index 02231bf..dba6d3b 100644
--- a/lib/App/Acmeman.pm
+++ b/lib/App/Acmeman.pm
@@ -587,7 +587,7 @@ sub register_domain_certificate {
.+?
^-+END\s+CERTIFICATE-+$)
(.+)/msx) {
- $cert = $1;
+ $cert = $1."\n";
($chain = $2) =~ s/^\s+//s;
} else {
$cert = $chain; # FIXME: not sure if that's right

Return to:

Send suggestions and report system problems to the System administrator.