diff --git a/plinth/modules/monkeysphere/__init__.py b/plinth/modules/monkeysphere/__init__.py index d9c526f82..b3ccb5eb6 100644 --- a/plinth/modules/monkeysphere/__init__.py +++ b/plinth/modules/monkeysphere/__init__.py @@ -37,7 +37,16 @@ description = [ 'trust the key, at least one person (usually the machine owner) must ' 'sign the key using the regular OpenPGP key signing process. See the ' ' ' - 'Monkeysphere SSH documentation for more details.') + 'Monkeysphere SSH documentation for more details.'), + + _('Monkeysphere can also generate an OpenPGP key for each Secure Web ' + 'Server (HTTPS) certificate installed on this machine. The OpenPGP ' + 'public key can then be uploaded to the OpenPGP keyservers. Users ' + 'accessing the web server through HTTPS can verify that they are ' + 'connecting to the correct host. To validate the certificate, the user ' + 'will need to install some software that is available on the ' + ' Monkeysphere ' + 'website.') ] diff --git a/plinth/modules/monkeysphere/templates/monkeysphere.html b/plinth/modules/monkeysphere/templates/monkeysphere.html index 1eaf2a94b..d9a0204f2 100644 --- a/plinth/modules/monkeysphere/templates/monkeysphere.html +++ b/plinth/modules/monkeysphere/templates/monkeysphere.html @@ -101,19 +101,6 @@
- {% blocktrans trimmed %} - Monkeysphere can also generate an OpenPGP key for each Secure Web Server - (HTTPS) certificate installed on this machine. The OpenPGP public key can - then be uploaded to the OpenPGP keyservers. Users accessing the web - server through HTTPS can verify that they are connecting to the correct - host. To validate the certificate, the user will need to install some - software that is available on the - - Monkeysphere website. - {% endblocktrans %} -
-