mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Documentation fix for openssl-verify certificates
`openssl verify` silently ignores any but the first certificate in the `certificates` argument. See #14675 Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14754)
This commit is contained in:
parent
d830526c71
commit
d21224f1ad
@ -27,7 +27,8 @@ B<openssl> B<verify>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This command verifies certificate chains.
|
||||
This command verifies certificate chains. If a certificate chain has multiple
|
||||
problems, this program attempts to display all of them.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
@ -99,10 +100,9 @@ with a B<->.
|
||||
|
||||
=item I<certificate> ...
|
||||
|
||||
One or more target certificates to verify. If no certificates are given,
|
||||
this command will attempt to read a certificate from standard input.
|
||||
If a certificate chain has multiple problems, this program attempts to
|
||||
display all of them.
|
||||
One or more target certificates to verify, one per file. If no certificates are
|
||||
given, this command will attempt to read a single certificate from standard
|
||||
input.
|
||||
|
||||
=back
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user