monkeysphere: Move more description to module

This commit is contained in:
Sunil Mohan Adapa 2016-03-08 13:16:55 +05:30
parent 7a7d957248
commit 28856d96a3
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971
2 changed files with 10 additions and 14 deletions

View File

@ -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 '
'<a href="http://web.monkeysphere.info/getting-started-ssh/"> '
'Monkeysphere SSH documentation</a> for more details.')
'Monkeysphere SSH documentation</a> 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 '
'<a href="https://web.monkeysphere.info/download/"> Monkeysphere '
'website</a>.')
]

View File

@ -101,19 +101,6 @@
<h3>{% trans "Secure Web Server (HTTPS)" %}</h3>
<p>
{% 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
<a href="https://web.monkeysphere.info/download/">
Monkeysphere website</a>.
{% endblocktrans %}
</p>
<h4>{% trans "Self-signed Certificate" %}</h4>
<div class="row">