Commit 00cd974f authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

Fix wrong case in documentation of -CRLfile option



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent c1190c32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ B<openssl> B<verify>
[B<-ignore_critical>]
[B<-attime timestamp>]
[B<-check_ss_sig>]
[B<-crlfile file>]
[B<-CRLfile file>]
[B<-crl_download>]
[B<-crl_check>]
[B<-crl_check_all>]
@@ -69,7 +69,7 @@ current system time. B<timestamp> is the number of seconds since
Verify the signature on the self-signed root CA. This is disabled by default
because it doesn't add any security.

=item B<-crlfile file>
=item B<-CRLfile file>

File containing one or more CRL's (in PEM format) to load.