projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1190c3
)
Fix wrong case in documentation of -CRLfile option
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 2 Mar 2018 15:30:04 +0000
(10:30 -0500)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 2 Mar 2018 16:48:53 +0000
(11:48 -0500)
Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/apps/verify.pod
patch
|
blob
|
history
diff --git
a/doc/apps/verify.pod
b/doc/apps/verify.pod
index 321d5ac7e126f4c0d8c07d2f1b30d3bfe2ea8082..2516718979f29cc222d44cf5959df8f88655d860 100644
(file)
--- a/
doc/apps/verify.pod
+++ b/
doc/apps/verify.pod
@@
-15,7
+15,7
@@
B<openssl> B<verify>
[B<-ignore_critical>]
[B<-attime timestamp>]
[B<-check_ss_sig>]
-[B<-
crl
file file>]
+[B<-
CRL
file 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<-
crl
file file>
+=item B<-
CRL
file file>
File containing one or more CRL's (in PEM format) to load.