summaryrefslogtreecommitdiffstats
path: root/doc/man1/ts.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-07-03 12:45:14 -0400
committerRich Salz <rsalz@openssl.org>2018-07-03 13:35:27 -0400
commitdfee8626a8f6c1e23ab270a6fc20b4d1ba145392 (patch)
tree076a1a3dd7c418076b60167986ee6340115290c7 /doc/man1/ts.pod
parentd5487a454c485eb6f9aef7fb0cb1c0681a06fd25 (diff)
Fix some issues found by Denian's lintian tool
Also fix some L<> labels and =item entries found while doing this. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/6630)
Diffstat (limited to 'doc/man1/ts.pod')
-rw-r--r--doc/man1/ts.pod10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index 3ae320f2a1..3ec6e0d96d 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -557,10 +557,12 @@ OID section of the config file):
Before generating a response a signing certificate must be created for
the TSA that contains the B<timeStamping> critical extended key usage extension
-without any other key usage extensions. You can add the
-'extendedKeyUsage = critical,timeStamping' line to the user certificate section
-of the config file to generate a proper certificate. See L<req(1)>,
-L<ca(1)>, L<x509(1)> for instructions. The examples
+without any other key usage extensions. You can add this line to the
+user certificate section of the config file to generate a proper certificate;
+
+ extendedKeyUsage = critical,timeStamping
+
+See L<req(1)>, L<ca(1)>, and L<x509(1)> for instructions. The examples
below assume that cacert.pem contains the certificate of the CA,
tsacert.pem is the signing certificate issued by cacert.pem and
tsakey.pem is the private key of the TSA.