summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2006-04-25 04:25:13 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2006-04-25 04:25:13 +0000
commit4ab7cce4d5c34f35813fe3f5f321cd6c96e3f654 (patch)
tree087858b28831f03f904370fecb62a04e6aec5c99 /doc
parent12910792b0e53c0093119f523bf71a118c72c836 (diff)
downloadm2crypto-4ab7cce4d5c34f35813fe3f5f321cd6c96e3f654.tar.gz
Fixed what I believe was an error in making an unencrypted
key out of an encrypted key. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@423 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'doc')
-rw-r--r--doc/howto.ca.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/howto.ca.html b/doc/howto.ca.html
index a31efa6..ab9d7fe 100644
--- a/doc/howto.ca.html
+++ b/doc/howto.ca.html
@@ -764,7 +764,7 @@ CLASS="SCREEN"
> <TT
CLASS="USERINPUT"
><B
->openssl rsa &#60; newreq.pem &#62; newkey.pem
+>openssl rsa &#60; newkey.pem &#62; newkey2.pem
</B
></TT
>
@@ -785,7 +785,7 @@ CLASS="REPLACEABLE"
><P
><TT
CLASS="FILENAME"
->newkey.pem</TT
+>newkey2.pem</TT
> looks like this:
</P
><PRE
@@ -793,7 +793,7 @@ CLASS="SCREEN"
> <TT
CLASS="USERINPUT"
><B
->cat newkey.pem
+>cat newkey2.pem
</B
></TT
>
@@ -823,11 +823,11 @@ CLASS="FILENAME"
>, and
the private key - <TT
CLASS="FILENAME"
->newreq.pem</TT
+>newkey.pem</TT
> (encrypted) or
<TT
CLASS="FILENAME"
->newkey.pem</TT
+>newkey2.pem</TT
> (unencrypted) - are now ready to be used.
You may wish to rename the files to more intuitive names.
</P