diff options
author | Emma Humphries <emceeaich@users.noreply.github.com> | 2018-02-15 15:47:03 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-02-15 15:47:03 +0100 |
commit | fc93d75ae76579219880a0d79a8d63e61e3e7587 (patch) | |
tree | d23baa52f3fa7e523eb00258bbc7aa445d4b895d /extensions/SecureMail/template/en/default | |
parent | b5eaeed9b61ebdb01b3901c73b1fe261c97406eb (diff) | |
download | bugzilla-fc93d75ae76579219880a0d79a8d63e61e3e7587.tar.gz bugzilla-fc93d75ae76579219880a0d79a8d63e61e3e7587.tar.xz |
Bug 1424363 - securemail help page recommends getting a certificate from StartCom
Diffstat (limited to 'extensions/SecureMail/template/en/default')
-rw-r--r-- | extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl b/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl index 380d1c04e..928c7f1d4 100644 --- a/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl +++ b/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl @@ -36,10 +36,10 @@ be required to decrypt it to view the reset instructions. <b>S/MIME Keys must be in PEM format - i.e. Base64-encoded text, with the first line containing BEGIN CERTIFICATE.</b></p> -<p> -S/MIME certificates can be obtained from a number of providers. You can get a free one from <a href="https://www.startssl.com/?app=12">StartCom</a>. -Once you have it, <a href="https://www.startssl.com/?app=25#52">export it from your browser as a .p12 file and import it into your mail client</a>. -You'll need to provide a password when you export - pick a strong one, and then back up the .p12 file somewhere safe.</p> +<p>S/MIME certificates can be obtained from a number of providers. +Once you have it, export it from your browser as a .p12 file and import it into your mail client. +You'll need to provide a password when you export - pick a strong one, +and then back up the .p12 file somewhere safe.</p> <p>Import on Thunderbird as follows:</p> |