Skip to content
Snippets Groups Projects
Commit 3f665700 authored by Marius Burkard's avatar Marius Burkard
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f71eaa6d
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ class letsencrypt { ...@@ -167,7 +167,7 @@ class letsencrypt {
$cert_selection_command = "--expand"; $cert_selection_command = "--expand";
} }
$cmd = $letsencrypt . " certonly -n --text --agree-tos $cert_selection_command --authenticator webroot --server $acme_version --rsa-key-size 4096 --email postmaster@$primary_domain $webroot_args"; $cmd = $letsencrypt . " certonly -n --text --agree-tos $cert_selection_command --authenticator webroot --server $acme_version --rsa-key-size 4096 --email webmaster@$primary_domain $webroot_args";
return $cmd; return $cmd;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment