summaryrefslogtreecommitdiffstats
path: root/doc/apps/ocsp.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-25 16:07:28 -0400
committerRich Salz <rsalz@openssl.org>2015-04-25 16:07:28 -0400
commit46aa6078675132bce25c1d06878ae0fcc5f7cd55 (patch)
tree382faac50f9349ad097d61c37daa95a2f727780d /doc/apps/ocsp.pod
parentf92beb98de0c8fdbf18f29642264258cc2ff05e7 (diff)
apps-cleanup: the doc fixes
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/apps/ocsp.pod')
-rw-r--r--doc/apps/ocsp.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod
index d5565c9361..a9b29b0b49 100644
--- a/doc/apps/ocsp.pod
+++ b/doc/apps/ocsp.pod
@@ -25,7 +25,8 @@ B<openssl> B<ocsp>
[B<-nonce>]
[B<-no_nonce>]
[B<-url URL>]
-[B<-host host:n>]
+[B<-host host:port>]
+[B<-header>]
[B<-path>]
[B<-CApath dir>]
[B<-CAfile file>]
@@ -161,6 +162,12 @@ if the B<host> option is present then the OCSP request is sent to the host
B<hostname> on port B<port>. B<path> specifies the HTTP path name to use
or "/" by default.
+=item B<-header name=value>
+
+Adds the header B<name> with the specified B<value> to the OCSP request
+that is sent to the responder.
+This may be repeated.
+
=item B<-timeout seconds>
connection timeout to the OCSP responder in seconds