summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-01 15:06:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-01 15:06:28 +0000
commitfab4447179ed6eaab8c4e4e7695d584e25a25ec8 (patch)
treefe37bb78ceb4ca1276817c3f5fbdc30c6ccb3ffa
parent417b8d4705bf4185001f08d8b4a2fc63b4cf9940 (diff)
PR: 1880
Document -ocsp_uri command line switch to x509 utility.
-rw-r--r--doc/apps/x509.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index c0c39770ce..04d732dc60 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -23,6 +23,7 @@ B<openssl> B<x509>
[B<-issuer>]
[B<-nameopt option>]
[B<-email>]
+[B<-ocsp_uri>]
[B<-startdate>]
[B<-enddate>]
[B<-purpose>]
@@ -176,6 +177,10 @@ set multiple options. See the B<NAME OPTIONS> section for more information.
outputs the email address(es) if any.
+=item B<-ocsp_uri>
+
+outputs the OCSP responder address(es) if any.
+
=item B<-startdate>
prints out the start date of the certificate, that is the notBefore date.