File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1236,7 +1236,7 @@ function update($event_name, $data) {
12361236 $ success = false ;
12371237 $ letsencrypt = array_shift ( explode ("\n" , shell_exec ('which letsencrypt certbot /root/.local/share/letsencrypt/bin/letsencrypt ' )) );
12381238 if (is_executable ($ letsencrypt )) {
1239- $ success = $ this ->_exec ($ letsencrypt . " auth --text --agree-tos --authenticator webroot --server https://acme-v01.api.letsencrypt.org/directory --rsa-key-size 4096 --email postmaster@ $ domain --domains $ lddomain --webroot-path /usr/local/ispconfig/interface/acme " );
1239+ $ success = $ this ->_exec ($ letsencrypt . " certonly --text --agree-tos --authenticator webroot --server https://acme-v01.api.letsencrypt.org/directory --rsa-key-size 4096 --email postmaster@ $ domain --domains $ lddomain --webroot-path /usr/local/ispconfig/interface/acme " );
12401240 }
12411241 if (!$ success ) {
12421242 // error issuing cert
You can’t perform that action at this time.
0 commit comments