Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
eedc0531
Commit
eedc0531
authored
Oct 30, 2013
by
Falko Timme
Browse files
- Allow umlauts (äöüÄÖÜ) in SSL certificates.
parent
1fef4a59
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/web_domain.tform.php
View file @
eedc0531
...
...
@@ -343,7 +343,7 @@ $form["tabs"]['ssl'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,& ]{1,255}))$/'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,&
äöüÄÖÜ
]{1,255}))$/'
,
'errmsg'
=>
'ssl_state_error_regex'
),
),
'default'
=>
''
,
...
...
@@ -355,7 +355,7 @@ $form["tabs"]['ssl'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,& ]{1,255}))$/'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,&
äöüÄÖÜ
]{1,255}))$/'
,
'errmsg'
=>
'ssl_locality_error_regex'
),
),
'default'
=>
''
,
...
...
@@ -367,7 +367,7 @@ $form["tabs"]['ssl'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,& ]{1,255}))$/'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,&
äöüÄÖÜ
]{1,255}))$/'
,
'errmsg'
=>
'ssl_organisation_error_regex'
),
),
'default'
=>
''
,
...
...
@@ -379,7 +379,7 @@ $form["tabs"]['ssl'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,& ]{1,255}))$/'
,
'regex'
=>
'/^(([\.]{0})|([-a-zA-Z0-9._,&
äöüÄÖÜ
]{1,255}))$/'
,
'errmsg'
=>
'ssl_organistaion_unit_error_regex'
),
),
'default'
=>
''
,
...
...
interface/web/sites/lib/lang/de_web_domain.lng
View file @
eedc0531
...
...
@@ -52,10 +52,10 @@ $wb['stats_password_txt'] = 'Webstatistik Passwort';
$wb
[
'ssl_domain_txt'
]
=
'SSL Domain'
;
$wb
[
'allow_override_txt'
]
=
'Allow Override'
;
$wb
[
'limit_web_quota_free_txt'
]
=
'Max. mögliche Speicherplatzbeschränkung'
;
$wb
[
'ssl_state_error_regex'
]
=
'Ungültiges SSL-Bundesland. Gültige Zeichen sind: a-z, 0-9 und .,-_&'
;
$wb
[
'ssl_locality_error_regex'
]
=
'Ungültiger SSL-Ort. Gülige Zeichen sind: a-z, 0-9 und .,-_&'
;
$wb
[
'ssl_organisation_error_regex'
]
=
'Ungültige SSL-Firma. Gültige Zeichen sind: a-z, 0-9 und .,-_&'
;
$wb
[
'ssl_organistaion_unit_error_regex'
]
=
'Ungültige SSL-Abteilung. Gültige Zeichen sind: a-z, 0-9 und .,-_&'
;
$wb
[
'ssl_state_error_regex'
]
=
'Ungültiges SSL-Bundesland. Gültige Zeichen sind: a-z, 0-9 und .,-_&
äöüÄÖÜ
'
;
$wb
[
'ssl_locality_error_regex'
]
=
'Ungültiger SSL-Ort. Gülige Zeichen sind: a-z, 0-9 und .,-_&
äöüÄÖÜ
'
;
$wb
[
'ssl_organisation_error_regex'
]
=
'Ungültige SSL-Firma. Gültige Zeichen sind: a-z, 0-9 und .,-_&
äöüÄÖÜ
'
;
$wb
[
'ssl_organistaion_unit_error_regex'
]
=
'Ungültige SSL-Abteilung. Gültige Zeichen sind: a-z, 0-9 und .,-_&
äöüÄÖÜ
'
;
$wb
[
'ssl_country_error_regex'
]
=
'Ungültiges SSL-Land. Gültige Zeichen sind: A-Z'
;
$wb
[
'limit_traffic_quota_free_txt'
]
=
'Max. mögliche Transfervolumenbeschränkung'
;
$wb
[
'redirect_error_regex'
]
=
'Ungültiger Weiterleitungspfad. Gültige Angaben sind beispielsweise: /test/ oder http://www.domain.tld/test/'
;
...
...
interface/web/sites/lib/lang/en_web_domain.lng
View file @
eedc0531
...
...
@@ -56,10 +56,10 @@ $wb["client_group_id_txt"] = 'Client';
$wb
[
"stats_password_txt"
]
=
'Set Webstatistics password'
;
$wb
[
"allow_override_txt"
]
=
'Apache AllowOverride'
;
$wb
[
"limit_web_quota_free_txt"
]
=
'Max. available Harddisk Quota'
;
$wb
[
"ssl_state_error_regex"
]
=
'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_&'
;
$wb
[
"ssl_locality_error_regex"
]
=
'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_&'
;
$wb
[
"ssl_organisation_error_regex"
]
=
'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_&'
;
$wb
[
"ssl_organistaion_unit_error_regex"
]
=
'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&'
;
$wb
[
"ssl_state_error_regex"
]
=
'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_&
äöüÄÖÜ
'
;
$wb
[
"ssl_locality_error_regex"
]
=
'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_&
äöüÄÖÜ
'
;
$wb
[
"ssl_organisation_error_regex"
]
=
'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_&
äöüÄÖÜ
'
;
$wb
[
"ssl_organistaion_unit_error_regex"
]
=
'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&
äöüÄÖÜ
'
;
$wb
[
"ssl_country_error_regex"
]
=
'Invalid SSL Country. Valid characters are: A-Z'
;
$wb
[
"limit_traffic_quota_free_txt"
]
=
'Max. available Traffic Quota'
;
$wb
[
"redirect_error_regex"
]
=
'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment