diff options
author | David Cooper <david.cooper@nist.gov> | 2017-12-12 16:01:22 -0500 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-01-24 18:30:31 +0000 |
commit | 89623f84299a66761ba4c69f01dbd86fc584d0a3 (patch) | |
tree | e310c37aace5ab28240e1893e67f62e226fa7021 /doc | |
parent | b4dd21a7b8b850a39b0f610fceca21557853c943 (diff) | |
download | openssl-new-89623f84299a66761ba4c69f01dbd86fc584d0a3.tar.gz |
Make editorial changes suggested by Rich Salz and add the -rsigopt option to the man page for the ocsp command.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4190)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/ocsp.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/ocsp.pod b/doc/man1/ocsp.pod index 46fff32985..44f1a60aa0 100644 --- a/doc/man1/ocsp.pod +++ b/doc/man1/ocsp.pod @@ -81,6 +81,7 @@ B<openssl> B<ocsp> [B<-rsigner file>] [B<-rkey file>] [B<-rother file>] +[B<-rsigopt nm:v>] [B<-resp_no_certs>] [B<-nmin n>] [B<-ndays n>] @@ -340,6 +341,11 @@ subject name. The private key to sign OCSP responses with: if not present the file specified in the B<rsigner> option is used. +=item B<-rsigopt nm:v> + +Pass options to the signature algorithm when signing OCSP responses. +Names and values of these options are algorithm-specific. + =item B<-port portnum> Port to listen for OCSP requests on. The port may also be specified |