summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-19 19:51:49 +0100
committerSimon Rettberg2014-11-19 19:51:49 +0100
commitd3e058cc3450cea589484a600c12fffb6ef8e330 (patch)
tree201e900ede72851fe6ed29ee951ef6a05c796d1d /lang/en
parentUpdate config example, style, translations (diff)
downloadslx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.tar.gz
slx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.tar.xz
slx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.zip
Add HTTPS config module for webif, update everything to use FileUtil class, minor fixes
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/templates/https/_page.json11
-rw-r--r--lang/en/templates/https/restart.json4
2 files changed, 15 insertions, 0 deletions
diff --git a/lang/en/templates/https/_page.json b/lang/en/templates/https/_page.json
new file mode 100644
index 00000000..fc1e8e3e
--- /dev/null
+++ b/lang/en/templates/https/_page.json
@@ -0,0 +1,11 @@
+{
+ "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",
+ "lang_privateKey": "Please paste the private key belonging to the certificate here. It has to be in \u0022pem\u0022 format too, which should look like this:",
+ "lang_randomCert": "Geenrate new self-signed certificate",
+ "lang_save": "Save"
+} \ No newline at end of file
diff --git a/lang/en/templates/https/restart.json b/lang/en/templates/https/restart.json
new file mode 100644
index 00000000..0a7d4aea
--- /dev/null
+++ b/lang/en/templates/https/restart.json
@@ -0,0 +1,4 @@
+{
+ "lang_applyingSettings": "Applying settings",
+ "lang_installAndRestart": "Installing certificate and restarting web server"
+} \ No newline at end of file