From: Dr. David von Oheimb Date: Mon, 14 Sep 2020 17:17:28 +0000 (+0200) Subject: Minor improvements of doc for ca and x509 app X-Git-Tag: openssl-3.0.0-alpha9~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb57c90e6cdc8400219673ff32dad95361f3c291;p=thirdparty%2Fopenssl.git Minor improvements of doc for ca and x509 app Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/4930) --- diff --git a/doc/man1/openssl-ca.pod.in b/doc/man1/openssl-ca.pod.in index 0c53b5935ca..b1d437a5c00 100644 --- a/doc/man1/openssl-ca.pod.in +++ b/doc/man1/openssl-ca.pod.in @@ -182,6 +182,12 @@ L on Unix), this option should be used with caution. Better use B<-passin>. +=item B<-passin> I + +The key password source for key files and certificate PKCS#12 files. +For more information about the format of B +see L. + =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 - -The password source for key files and certificate PKCS#12 files. -For more information about the format of B -see L. - =item B<-notext> Don't output the text form of a certificate to the output file.