From 0d7f6fc76a10a6e6fe2d6b7f82710fabce097c5a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 25 Feb 2008 18:11:47 +0000 Subject: [PATCH] Clarification and fix typo. --- doc/apps/ocsp.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod index a6a7d80c6e..af2e12e418 100644 --- a/doc/apps/ocsp.pod +++ b/doc/apps/ocsp.pod @@ -74,7 +74,7 @@ specify output filename, default is standard output. This specifies the current issuer certificate. This option can be used multiple times. The certificate specified in B must be in -PEM format. +PEM format. This option B come before any B<-cert> options. =item B<-cert filename> @@ -147,7 +147,7 @@ certificate in such cases. =item B<-trust_other> -the certificates specified by the B<-verify_certs> option should be explicitly +the certificates specified by the B<-verify_other> option should be explicitly trusted and no additional checks will be performed on them. This is useful when the complete responder certificate chain is not available or trusting a root CA is not appropriate. @@ -155,7 +155,7 @@ root CA is not appropriate. =item B<-VAfile file> file containing explicitly trusted responder certificates. Equivalent to the -B<-verify_certs> and B<-trust_other> options. +B<-verify_other> and B<-trust_other> options. =item B<-noverify> @@ -167,7 +167,7 @@ of the responders certificate. ignore certificates contained in the OCSP response when searching for the signers certificate. With this option the signers certificate must be specified -with either the B<-verify_certs> or B<-VAfile> options. +with either the B<-verify_other> or B<-VAfile> options. =item B<-no_signature_verify> -- 2.34.1