diff --git a/js/app.js b/js/app.js index 84a9d00e..a96d8f76 100644 --- a/js/app.js +++ b/js/app.js @@ -1345,6 +1345,10 @@ app = Sammy('#main', function (sam) { } }); + // Download SSL Certificate Authority + sam.get('#/tools/ca', function (c) { + c.view('tools/tools_ca'); + }); /** * Backup diff --git a/locales/en.json b/locales/en.json index bc706977..50a6ab1d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -193,6 +193,8 @@ "tools_adminpw_current_placeholder" : "Enter your current password", "tools_adminpw_new_placeholder" : "Enter the new password", "tools_adminpw_confirm_placeholder" : "Confirm the new password", + "tools_download_ca" : "Download SSL Certificate Authority (CA)", + "tools_download_ca_desc" : "Click here to download your SSL certificate authority (CA)", "system_update" : "System update", "system_upgrade" : "System upgrade", diff --git a/locales/fr.json b/locales/fr.json index e2d6caaa..1bb4e4a4 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -194,6 +194,9 @@ "tools_adminpw_current_placeholder" : "Entrez le mot de passe actuel", "tools_adminpw_new_placeholder" : "Entrez le nouveau mot de passe", "tools_adminpw_confirm_placeholder" : "Confirmez le nouveau mot de passe", + "tools_download_ca" : "Télécharger l'autorité de certification SSL (CA)", + "tools_download_ca_desc" : "Cliquez ici pour télécharger l'autorité de certification SSL (CA)", + "system_update" : "Mettre à jour le système", "system_upgrade" : "Mise à jour du système", diff --git a/views/tools/tools_ca.ms b/views/tools/tools_ca.ms new file mode 100644 index 00000000..61db9d16 --- /dev/null +++ b/views/tools/tools_ca.ms @@ -0,0 +1,15 @@ +
+ + {{t 'tools'}} + +
+
+

{{t 'tools_download_ca'}}

+
+ +
+
+

{{t 'tools_download_ca_desc'}}

+ CA.crt +
+
diff --git a/views/tools/tools_list.ms b/views/tools/tools_list.ms index c7d6c81b..c22d74ca 100644 --- a/views/tools/tools_list.ms +++ b/views/tools/tools_list.ms @@ -17,5 +17,9 @@

{{t 'system_update'}}

+ + +

{{t 'tools_download_ca'}}

+