summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorkaysond <github@aram.nubmail.ca>2019-12-25 20:20:46 -0800
committerTomas Mraz <tmraz@fedoraproject.org>2020-01-06 17:11:47 +0100
commit1cf20ca31bed31c0bd16c6ed1eeaa1b9580939b7 (patch)
tree350ae6db8afe1ae6401fd1740c364b8b9a5a724a /doc/man1
parentc72fa2554f5adc03bcc3c6e4ebcd1929e70efed4 (diff)
Add `-passin` arg to `ocsp`
Fix #10682 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10718)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-ocsp.pod.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/openssl-ocsp.pod.in b/doc/man1/openssl-ocsp.pod.in
index 88e0a3916d..fb32ffef71 100644
--- a/doc/man1/openssl-ocsp.pod.in
+++ b/doc/man1/openssl-ocsp.pod.in
@@ -77,6 +77,7 @@ B<openssl> B<ocsp>
[B<-CA> I<file>]
[B<-rsigner> I<file>]
[B<-rkey> I<file>]
+[B<-passin> I<arg>]
[B<-rother> I<file>]
[B<-rsigopt> I<nm>:I<v>]
[B<-resp_no_certs>]
@@ -353,6 +354,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<-passin> I<arg>
+
+The private key password source. For more information about the format of I<arg>
+see L<openssl(1)/Pass Phrase Options>.
+
=item B<-rsigopt> I<nm>:I<v>
Pass options to the signature algorithm when signing OCSP responses.