Minor improvements of doc for ca and x509 app

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/4930)
This commit is contained in:
Dr. David von Oheimb 2020-09-14 19:17:28 +02:00
parent 279b61d0ca
commit bb57c90e6c

View File

@ -182,6 +182,12 @@ L<ps(1)> on Unix),
this option should be used with caution.
Better use B<-passin>.
=item B<-passin> I<arg>
The key password source for key files and certificate PKCS#12 files.
For more information about the format of B<arg>
see L<openssl(1)/Pass Phrase Options>.
=item B<-selfsign>
Indicates the issued certificates are to be signed with the key
@ -196,12 +202,6 @@ certificate appears among the entries in the certificate database
serial number counter as all other certificates sign with the
self-signed certificate.
=item B<-passin> I<arg>
The password source for key files and certificate PKCS#12 files.
For more information about the format of B<arg>
see L<openssl(1)/Pass Phrase Options>.
=item B<-notext>
Don't output the text form of a certificate to the output file.