diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2015-01-28 16:11:53 +0000 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2015-01-28 16:14:04 +0000 |
commit | b89065ad3de11dbad30afc0fb535fd1ff934851e (patch) | |
tree | c5326f76d54ec28316e97e4214062cdb5c240aeb /help | |
parent | 60ddeb549f51d5a45baf7f068f58de62e226eed1 (diff) | |
download | epiphany-b89065ad3de11dbad30afc0fb535fd1ff934851e.tar.gz |
help: try to write about certificates, bug 739326
Diffstat (limited to 'help')
-rw-r--r-- | help/C/cert.page | 34 | ||||
-rw-r--r-- | help/Makefile.am | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/help/C/cert.page b/help/C/cert.page new file mode 100644 index 000000000..5a6c3a1c0 --- /dev/null +++ b/help/C/cert.page @@ -0,0 +1,34 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" style="task" + id="cert"> + + <info> + <link type="guide" xref="index#privacy"/> + <revision pkgversion="3.15" date="2015-01-28" status="draft"/> + + <credit type="author copyright"> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">kittykat3756@gmail.com</email> + <years>2015</years> + </credit> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> + + <desc>Certificate management in <app>Web</app>.</desc> + </info> + + <title>Certificates</title> + + <p><app>Web</app> does not have built-in support for certificates at this + time.</p> + + <note style="advanced"> + <p>You can add certificates through the command line if you have pk11-kit + installed. To add a certificate, you need to download the certificate and + run the following command to import it:</p> + <screen><output>$ </output><input>sudo trust anchor <var>/home/user/Downloads/certificate.crt</var></input></screen> + <p>This will only work on recent systems.</p> + </note> + +</page> diff --git a/help/Makefile.am b/help/Makefile.am index 7a24ee5fa..956ed3191 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -18,6 +18,7 @@ HELP_FILES = \ browse-web.page \ browse-webapps.page \ browse-webapps-del.page \ + cert.page \ cookies.xml \ data-cookies.page \ data-passwords.page \ |