Skip to content

Commit c655e1a

Browse files
committed
option to disable pre-check for LE (#4658)
1 parent 4338a06 commit c655e1a

30 files changed

+55
-8
lines changed

install/tpl/server.ini.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ php_ini_path_cgi=/etc/php5/cgi/php.ini
8989
check_apache_config=y
9090
enable_sni=y
9191
enable_spdy=n
92+
skip_le_check=n
9293
enable_ip_wildcard=y
9394
overtraffic_notify_admin=y
9495
overtraffic_notify_client=y

interface/web/admin/form/server_config.tform.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,15 @@
12281228
'width' => '40',
12291229
'maxlength' => '255'
12301230
),
1231+
'skip_le_check' => array (
1232+
'datatype' => 'VARCHAR',
1233+
'formtype' => 'CHECKBOX',
1234+
'default' => 'n',
1235+
'value' => array (
1236+
0 => 'n',
1237+
1 => 'y'
1238+
)
1239+
),
12311240
//#################################
12321241
// ENDE Datatable fields
12331242
//#################################

interface/web/admin/lib/lang/ar_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283283
$wb['backup_time_txt'] = 'Backup time';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/bg_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283283
$wb['backup_time_txt'] = 'Backup time';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/br_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283283
$wb['backup_time_txt'] = 'Hora do backup';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/ca_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_bosh_txt'] = 'BOSH';
281281
$wb['disable_bind_log_txt'] = 'Disable bind9 messages for Loglevel WARN';
282282
$wb['apps_vhost_enabled_txt'] = 'Apps-vhost enabled';
283283
$wb['backup_time_txt'] = 'Backup time';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/cz_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['hostname_txt'] = 'Název hostitele';
281281
$wb['hostname_error_empty'] = 'Název hostitele je prázdný';
282282
$wb['hostname_error_regex'] = 'Neplatný název hostitele.';
283283
$wb['backup_time_txt'] = 'Spustit zálohovaní v';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/de_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_http_txt'] = 'HTTP';
281281
$wb['xmpp_port_https_txt'] = 'HTTPS';
282282
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
283283
$wb['xmpp_port_bosh_txt'] = 'BOSH';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/dk_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_pastebin_txt'] = 'Pastebin';
281281
$wb['xmpp_port_bosh_txt'] = 'BOSH';
282282
$wb['disable_bind_log_txt'] = 'Disable bind9 messages for Loglevel WARN';
283283
$wb['apps_vhost_enabled_txt'] = 'Apps-vhost enabled';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

interface/web/admin/lib/lang/el_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283283
$wb['backup_time_txt'] = 'Backup time';
284+
$wb['skip_le_check_txt'] = 'Skip Lets Encrypt Check';
284285
?>

0 commit comments

Comments
 (0)