summaryrefslogtreecommitdiffstats
path: root/lang/en/modules/webinterface/https.json
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-01 16:50:13 +0200
committerJonathan Bauer2016-04-01 16:50:13 +0200
commitdbc0d9614421e064cc62aacf116ebb783c83f2f3 (patch)
tree091844b8578ff1d9ac18edfd3cee3e63210133d7 /lang/en/modules/webinterface/https.json
parent[ldapauth] Add homedir conf to ldap wizard (diff)
downloadslx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.gz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.xz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.zip
[merge] merging c3sl / fr - initial commit
Diffstat (limited to 'lang/en/modules/webinterface/https.json')
-rw-r--r--lang/en/modules/webinterface/https.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/en/modules/webinterface/https.json b/lang/en/modules/webinterface/https.json
new file mode 100644
index 00000000..64631a9a
--- /dev/null
+++ b/lang/en/modules/webinterface/https.json
@@ -0,0 +1,12 @@
+{
+ "lang_HttpsIsDisabled": "HTTPS is currently disabled",
+ "lang_caChain": "Here you can paste an optional certificate chain. It should only be required if you have a certificate that was not directly signed by a certificate authority known by the browsers. It should contain one or more certificate blocks, looking just like the certificate above.",
+ "lang_certificate": "Please paste your certificate below. It has to be in base64 encoded x509 format (sometimes called pem). It should look something like this:",
+ "lang_customCert": "Supply own certificate",
+ "lang_description": "Here you can set whether the web interface should be accessible via https. You can chose if you want to use a random self signed certificate, or supply your own.",
+ "lang_httpsSettings": "HTTPS settings",
+ "lang_noHttps": "Disable HTTPS, delete current certificate",
+ "lang_privateKey": "Please paste the private key belonging to the certificate here. It has to be in \"pem\" format too, which should look like this:",
+ "lang_randomCert": "Genenrate new self-signed certificate",
+ "lang_save": "Save"
+} \ No newline at end of file