We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4fe16 commit b1d540cCopy full SHA for b1d540c
templates/domain_getssl.cfg.epp
@@ -4,7 +4,9 @@ CA=<%= $ca -%>
4
5
#AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
6
7
-ACCOUNT_EMAIL="<%= $domain_account_email -%>"
+<% if $domain_account_mail { -%>
8
+ACCOUNT_EMAIL="<%= $domain_account_mail -%>"
9
+<% } -%>
10
ACCOUNT_KEY_LENGTH=<%= $domain_account_key_length %>
11
ACCOUNT_KEY="<%= $base_dir %>/conf/<%= $domain %>/${domain}.key"
12
PRIVATE_KEY_ALG="<%= $domain_private_key_alg -%>"
0 commit comments