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

Fix using webroot map on certbot

parent 91a7ecbb
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ class letsencrypt { ...@@ -162,7 +162,7 @@ class letsencrypt {
$webroot_args = "$cmd --webroot-path /usr/local/ispconfig/interface/acme"; $webroot_args = "$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 $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";
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