Skip to content

Commit bdd7348

Browse files
author
Marius Cramer
committed
- fixed language entries for letsencrypt
1 parent 394f3e1 commit bdd7348

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

interface/web/sites/lib/lang/de_web_vhost_domain.lng

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
?>

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)