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 f71eaa6 commit 3f66570Copy full SHA for 3f66570
server/lib/classes/letsencrypt.inc.php
@@ -167,7 +167,7 @@ public function get_certbot_command($domains) {
167
$cert_selection_command = "--expand";
168
}
169
170
- $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";
171
172
return $cmd;
173
0 commit comments