summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-11-07 12:51:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-11-07 12:51:27 +0000
commit137de5b157d2909faae4cc88a22a58bbaf43792c (patch)
treeb91cec48ce61153f0bb72f9f6da68d2c179f2b5e /doc/apps/req.pod
parent224328e4042a451907509f56b5e249fcd17789e6 (diff)
Add documentetion for noCheck extension and add a few cross references to
the extension documentation.
Diffstat (limited to 'doc/apps/req.pod')
-rw-r--r--doc/apps/req.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 65584d1de2..2ba16b45d6 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -356,7 +356,9 @@ problems with BMPStrings and UTF8Strings: in particular Netscape.
this specifies the configuration file section containing a list of
extensions to add to the certificate request. It can be overridden
-by the B<-reqexts> command line switch.
+by the B<-reqexts> command line switch. See the
+L<x509v3_config(5)|x509v3_config(5)> manual page for details of the
+extension section format.
=item B<x509_extensions>
@@ -618,6 +620,7 @@ address in subjectAltName should be input by the user.
=head1 SEE ALSO
L<x509(1)|x509(1)>, L<ca(1)|ca(1)>, L<genrsa(1)|genrsa(1)>,
-L<gendsa(1)|gendsa(1)>, L<config(5)|config(5)>
+L<gendsa(1)|gendsa(1)>, L<config(5)|config(5)>,
+L<x509v3_config(5)|x509v3_config(5)>
=cut