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.
2 parents 1598b59 + 3718e6b commit f7a2aaaCopy full SHA for f7a2aaa
server/lib/classes/letsencrypt.inc.php
@@ -162,7 +162,7 @@ public function get_certbot_command($domains) {
162
$webroot_args = "$cmd --webroot-path /usr/local/ispconfig/interface/acme";
163
}
164
165
- $cmd = $letsencrypt . " certonly -n --text --agree-tos --expand --authenticator webroot --server $acme_version --rsa-key-size 4096 --email postmaster@$domain $cmd --webroot-path /usr/local/ispconfig/interface/acme";
+ $cmd = $letsencrypt . " certonly -n --text --agree-tos --expand --authenticator webroot --server $acme_version --rsa-key-size 4096 --email postmaster@$domain $webroot_args";
166
167
return $cmd;
168
0 commit comments