summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-12-01 23:03:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-12-01 23:03:30 +0000
commit21a85f1977adf092cb6c5862883fd32402791545 (patch)
tree3bfd3ec0285f4a05186408badda719dbcc6a6391 /doc
parent322de0c8c1ff3d595bc236b30d74cd91240a58f8 (diff)
Add -pubkey option to req command.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/req.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 0ba9a0074f..b627fd9bb8 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -15,6 +15,7 @@ B<openssl> B<req>
[B<-out filename>]
[B<-passout arg>]
[B<-text>]
+[B<-pubkey>]
[B<-noout>]
[B<-verify>]
[B<-modulus>]
@@ -87,6 +88,10 @@ see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
prints out the certificate request in text form.
+=item B<-pubkey>
+
+outputs the public key.
+
=item B<-noout>
this option prevents output of the encoded version of the request.