Fix up a broken command list.
Submitted by: Mathieu Isabelle <mathieu.isabelle@gmail.com>
This commit is contained in:
parent
20d52b7f35
commit
7718df6314
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23150
1 changed files with 7 additions and 2 deletions
|
@ -3066,10 +3066,15 @@ An optional company name []:<userinput><replaceable>Another Name</replaceable></
|
|||
|
||||
<para>In cases where a signature from a <acronym>CA</acronym> is
|
||||
not required, a self signed certificate can be created. First,
|
||||
generate the <acronym>CA</acronym> key:</para>
|
||||
generate the <acronym>RSA</acronym> key:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>openssl dsaparam -rand -genkey -out
|
||||
<filename>myRSA.key</filename> 1024</userinput></screen>
|
||||
|
||||
<para>Next, generate the <acronym>CA</acronym> key:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>openssl gendsa -des3 -out \
|
||||
<filename>myca.key</filename> 1024</userinput></screen>
|
||||
<filename>myca.key</filename> <filename>myRSA.key</filename></userinput></screen>
|
||||
|
||||
<para>Use this key to create the certificate:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue