diff options
Diffstat (limited to 'lib/libssl/src/doc/apps/verify.pod')
-rw-r--r-- | lib/libssl/src/doc/apps/verify.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/apps/verify.pod b/lib/libssl/src/doc/apps/verify.pod index da683004bd2..f1d5384b9a5 100644 --- a/lib/libssl/src/doc/apps/verify.pod +++ b/lib/libssl/src/doc/apps/verify.pod @@ -43,8 +43,7 @@ The B<verify> command verifies certificate chains. A directory of trusted certificates. The certificates should have names of the form: hash.0 or have symbolic links to them of this form ("hash" is the hashed certificate subject name: see the B<-hash> option -of the B<x509> utility). Under Unix the B<c_rehash> script will automatically -create symbolic links to a directory of certificates. +of the B<x509> utility). =item B<-CAfile file> |