Minor improvements of doc for ca and x509 app
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 14 Sep 2020 17:17:28 +0000 (19:17 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 19 Nov 2020 10:36:02 +0000 (11:36 +0100)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/4930)

doc/man1/openssl-ca.pod.in

index 0c53b5935ca04cbb8f57330a80013ee58c5ddb09..b1d437a5c008d50cfc3b39180933139f3ca8326c 100644 (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.