summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-14 19:17:28 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-11-19 11:36:02 +0100
commitbb57c90e6cdc8400219673ff32dad95361f3c291 (patch)
treeade44b1daf526900364216299aab4e0ddaacd455 /doc
parent279b61d0cade44964956c5c39da462fe43414cc1 (diff)
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-ca.pod.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man1/openssl-ca.pod.in b/doc/man1/openssl-ca.pod.in
index 0c53b5935c..b1d437a5c0 100644
--- a/doc/man1/openssl-ca.pod.in
+++ b/doc/man1/openssl-ca.pod.in
@@ -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.