[epiphany] help: try to write about certificates, bug 739326



commit b89065ad3de11dbad30afc0fb535fd1ff934851e
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Wed Jan 28 16:11:53 2015 +0000

    help: try to write about certificates, bug 739326

 help/C/cert.page |   34 ++++++++++++++++++++++++++++++++++
 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 0000000..5a6c3a1
--- /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 7a24ee5..956ed31 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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]