compared with
Version 25 by Ben Thomas
on Dec 21, 2015 08:59.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
6. Run the following command. It will launch the ImportKey utility and create the keystore file (default name is {{keystore.ImportKey}}) in your home directory (in Windows 2008 it is usually {{C:\Users\<your username>}}). The private key and the certificate will be placed there.

{code}java ImportKey c:\wildcard.r1soft.com.key.der c:\wildcard.r1soft.com.crt.der cdp
{code}{info:title=Note}
The keystore's password and the key's passwords must be set to *password*.
{code} unzip importkey.zip{code}
8. Run the following command. It will launch the ImportKey utility and create the keystore file (default name is *keystore.ImportKey*) in your home directory (root). The private key and the certificate will be placed there.
{code}./java ImportKey /root/wildcard.r1soft.com.key.der /root/wildcard.r1soft.com.crt.der{code}
{code}./java ImportKey /root/wildcard.r1soft.com.key.der /root/wildcard.r1soft.com.crt.der cdp{code}
{info:title=Note}The keystore's password and the key's passwords must be set to *password*.
{info}