summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Lackey <dlackey@redhat.com>2010-08-31 18:38:08 -0400
committerDeon Lackey <dlackey@redhat.com>2010-08-31 18:38:08 -0400
commitf6519516751249a9b754e5d5fd33ccf2ec27904a (patch)
tree347473d577cd52b0eaa1d00462f5db4256dba207
parentf9a1c91991cb55945fd0bf797f45f2447fdd5e65 (diff)
downloadrepo-f6519516751249a9b754e5d5fd33ccf2ec27904a.tar.gz
repo-f6519516751249a9b754e5d5fd33ccf2ec27904a.tar.xz
repo-f6519516751249a9b754e5d5fd33ccf2ec27904a.zip
test
-rw-r--r--signtool.xml44
1 files changed, 32 insertions, 12 deletions
diff --git a/signtool.xml b/signtool.xml
index 9af5859..6b1cfce 100644
--- a/signtool.xml
+++ b/signtool.xml
@@ -1,18 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
--->
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY date SYSTEM "date.xml">
+<!ENTITY version SYSTEM "version.xml">
+]>
+
+<!-- test -->
+
<refentry>
<refentryinfo>
- <date>August 2010</date>
-<!-- this should be one word -->
- <refentrytitle>signtool</refentrytitle>
-<!-- end -->
- <manvolnum>1</manvolnum>
+ <date>&date;</date>
+ <title>NSS Security Tools</title>
+ <productname>nss-tools</productname>
+ <productnumber>&version;</productnumber>
</refentryinfo>
+ <refmeta>
+ <refentrytitle>SIGNTOOL</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
<refnamediv>
<refname>signtool</refname>
<refpurpose>Digitally sign objects and files.</refpurpose>
@@ -624,21 +632,33 @@ token: Communicator Certificate DB
<refsection id="seealso">
<title>See Also</title>
<para>signver (1)</para>
+
+ <para>The NSS wiki has information on the new database design and how to configure applications to use it.</para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ https://wiki.mozilla.org/NSS_Shared_DB_Howto</para>
+ </listitem>
+ <listitem>
+ <para>
+ https://wiki.mozilla.org/NSS_Shared_DB
+ </para>
+ </listitem>
+ </itemizedlist>
</refsection>
<!-- don't change -->
<refsection id="resources">
<title>Additional Resources</title>
- <para>NSS is maintained in conjunction with PKI and security-related projects through Mozilla dn Fedora. The most closely-related project is Dogtag PKI, with a project wiki at <ulink url="http://pki.fedoraproject.org/wiki/">http://pki.fedoraproject.org/wiki/</ulink>. </para>
- <para>For information specifically about NSS, the NSS project wiki is located at <ulink url="http://www.mozilla.org/projects/security/pki/nss/">http://www.mozilla.org/projects/security/pki/nss/</ulink>. The NSS site relates directly to NSS code changes and releases.</para>
- <para>Mailing lists: pki-devel@redhat.com and pki-users@redhat.com</para>
+ <para>For information about NSS and other tools related to NSS (like JSS), check out the NSS project wiki at <ulink url="http://www.mozilla.org/projects/security/pki/nss/">http://www.mozilla.org/projects/security/pki/nss/</ulink>. The NSS site relates directly to NSS code changes and releases.</para>
+ <para>Mailing lists: https://lists.mozilla.org/listinfo/dev-tech-crypto</para>
<para>IRC: Freenode at #dogtag-pki</para>
</refsection>
<!-- fill in your name first; keep the other names for reference -->
<refsection id="authors">
<title>Authors</title>
- <para>The NSS tools were written and maintained by developers with Netscape and now with Red Hat.</para>
+ <para>The NSS tools were written and maintained by developers with Netscape, Red Hat, and Sun.</para>
<para>
Authors: Elio Maldonado &lt;emaldona@redhat.com>, Deon Lackey &lt;dlackey@redhat.com>.
</para>