mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
monkeysphere: Move more description to module
This commit is contained in:
parent
7a7d957248
commit
28856d96a3
@ -37,7 +37,16 @@ description = [
|
|||||||
'trust the key, at least one person (usually the machine owner) must '
|
'trust the key, at least one person (usually the machine owner) must '
|
||||||
'sign the key using the regular OpenPGP key signing process. See the '
|
'sign the key using the regular OpenPGP key signing process. See the '
|
||||||
'<a href="http://web.monkeysphere.info/getting-started-ssh/"> '
|
'<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>.')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -101,19 +101,6 @@
|
|||||||
|
|
||||||
<h3>{% trans "Secure Web Server (HTTPS)" %}</h3>
|
<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>
|
<h4>{% trans "Self-signed Certificate" %}</h4>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user