From d3e058cc3450cea589484a600c12fffb6ef8e330 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 19 Nov 2014 19:51:49 +0100 Subject: Add HTTPS config module for webif, update everything to use FileUtil class, minor fixes --- lang/en/templates/https/_page.json | 11 +++++++++++ lang/en/templates/https/restart.json | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 lang/en/templates/https/_page.json create mode 100644 lang/en/templates/https/restart.json (limited to 'lang/en') 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 -- cgit v1.2.3-55-g7522