File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
interface/web/sites/lib/lang Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $wb['traffic_quota_txt'] = 'Transfervolumenbeschränkung';
2727$wb['cgi_txt'] = 'CGI';
2828$wb['ssi_txt'] = 'SSI';
2929$wb['ssl_txt'] = 'SSL';
30- $wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
30+ $wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt SSL ';
3131$wb['suexec_txt'] = 'SuEXEC';
3232$wb['php_txt'] = 'PHP';
3333$wb['client_txt'] = 'Kunde';
@@ -142,5 +142,4 @@ $wb['load_client_data_txt'] = 'Kundendaten übernehmen';
142142$wb['load_my_data_txt'] = 'Meine Kontaktdaten laden';
143143$wb['reset_client_data_txt'] = 'Daten verwerfen';
144144$wb["document_root_txt"] = "Document Root";
145- $wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt SSL';
146145?>
Original file line number Diff line number Diff line change @@ -1153,8 +1153,7 @@ function update($event_name, $data) {
11531153 $ app ->system ->chmod ($ webroot . "/.well-known/acme-challenge " , "g+s " );
11541154
11551155 if (file_exists ("/root/.local/share/letsencrypt/bin/letsencrypt " )) {
1156- print "/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 ) . "\n" ;
1157- $ 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 ));
1156+ $ 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 ));
11581157 }
11591158 };
11601159
You can’t perform that action at this time.
0 commit comments