File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1238,7 +1238,7 @@ function update($event_name, $data) {
12381238 $ success = false ;
12391239 $ letsencrypt = array_shift ( explode ("\n" , shell_exec ('which letsencrypt certbot /root/.local/share/letsencrypt/bin/letsencrypt ' )) );
12401240 if (is_executable ($ letsencrypt )) {
1241- $ 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 <<< '1' " );
1241+ $ success = $ this ->_exec ($ letsencrypt . " certonly -n -- text --agree-tos --expand -- 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 " );
12421242 }
12431243 if (!$ success ) {
12441244 // error issuing cert
Original file line number Diff line number Diff line change @@ -1317,7 +1317,7 @@ function update($event_name, $data) {
13171317 $ success = false ;
13181318 $ letsencrypt = array_shift ( explode ("\n" , shell_exec ('which letsencrypt certbot /root/.local/share/letsencrypt/bin/letsencrypt ' )) );
13191319 if (is_executable ($ letsencrypt )) {
1320- $ 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 <<< '1' " );
1320+ $ success = $ this ->_exec ($ letsencrypt . " certonly -n -- text --agree-tos --expand -- 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 " );
13211321 }
13221322 if (!$ success ) {
13231323 // error issuing cert
You can’t perform that action at this time.
0 commit comments