From: Dr. David von Oheimb Date: Thu, 28 Jul 2022 19:38:53 +0000 (+0200) Subject: openssl-ocsp.pod.in: state for options that they are flexible w.r.t. cert input format X-Git-Tag: openssl-3.2.0-alpha1~962 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9748e6127634e26483ff796d6572a303b1d514b7;p=thirdparty%2Fopenssl.git openssl-ocsp.pod.in: state for options that they are flexible w.r.t. cert input format Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/18917) --- diff --git a/doc/man1/openssl-ocsp.pod.in b/doc/man1/openssl-ocsp.pod.in index 0c93dc9d842..9106a1d3494 100644 --- a/doc/man1/openssl-ocsp.pod.in +++ b/doc/man1/openssl-ocsp.pod.in @@ -103,12 +103,16 @@ specify output filename, default is standard output. =item B<-issuer> I This specifies the current issuer certificate. +The input can be in PEM, DER, or PKCS#12 format. + This option can be used multiple times. This option B come before any B<-cert> options. =item B<-cert> I Add the certificate I to the request. +The input can be in PEM, DER, or PKCS#12 format. + This option can be used multiple times. The issuer certificate is taken from the previous B<-issuer> option, or an error occurs if no issuer certificate is specified. @@ -127,8 +131,10 @@ be specified by preceding the value by a C<-> sign. =item B<-signer> I, B<-signkey> I Sign the OCSP request using the certificate specified in the B<-signer> -option and the private key specified by the B<-signkey> option. If -the B<-signkey> option is not present then the private key is read +option and the private key specified by the B<-signkey> option. +The input can be in PEM, DER, or PKCS#12 format. + +If the B<-signkey> option is not present then the private key is read from the same file as the certificate. If neither option is specified then the OCSP request is not signed. @@ -322,13 +328,14 @@ must also be present. =item B<-CA> I -CA certificate corresponding to the revocation information in the index +CA certificates corresponding to the revocation information in the index file given with B<-index>. The input can be in PEM, DER, or PKCS#12 format. =item B<-rsigner> I The certificate to sign OCSP responses with. +The input can be in PEM, DER, or PKCS#12 format. =item B<-rkey> I