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 @@ -1146,7 +1146,7 @@ function update($event_name, $data) {
11461146 $ app ->system ->chmod ($ webroot . "/.well-known/acme-challenge " , "g+s " );
11471147
11481148 if (file_exists ("/root/.local/share/letsencrypt/bin/letsencrypt " )) {
1149- $ this ->_exec ("/root/.local/share/letsencrypt/bin/letsencrypt auth --text --agree-tos --authenticator=webroot --server=https://acme-v01.api.letsencrypt.org/directory --rsa-key-size=4096 --webroot-path -- email postmaster@ $ domain --domains $ lddomain --webroot-path " . escapeshellarg ($ webroot ));
1149+ $ this ->_exec ("/root/.local/share/letsencrypt/bin/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 " . escapeshellarg ($ webroot ));
11501150 }
11511151 };
11521152
Original file line number Diff line number Diff line change @@ -1183,7 +1183,7 @@ function update($event_name, $data) {
11831183 $ app ->system ->chmod ($ webroot . "/.well-known/acme-challenge " , "g+s " );
11841184
11851185 if (file_exists ("/root/.local/share/letsencrypt/bin/letsencrypt " )) {
1186- $ this ->_exec ("/root/.local/share/letsencrypt/bin/letsencrypt auth --text --agree-tos --authenticator=webroot --server=https://acme-v01.api.letsencrypt.org/directory --rsa-key-size=4096 --webroot-path -- email postmaster@ $ domain --domains $ lddomain --webroot-path " . escapeshellarg ($ webroot ));
1186+ $ this ->_exec ("/root/.local/share/letsencrypt/bin/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 " . escapeshellarg ($ webroot ));
11871187 }
11881188 };
11891189
You can’t perform that action at this time.
0 commit comments