Knowledgebase

iPlanet 6.0: backup your Private Key and certificate  Print this Article

    • Launch Windows Explorer.
    • Locate your Web site's Alias directory. By default, this directory may be found in c:\iPlanet\Servers
    • Select and copy the relevant .db files for your webserver. Be sure to copy both the -cert7.db and -key.db.


You may simply place these files back into the alias directory of your Web Server to recover your private-key and certificate.

Was this answer helpful?

Related Articles

Java Keytool: commands
Deleting a certificate:  keytool -delete -alias aliasname List all of the...
How do I make my own bundle file from CRT files?
You may do this using you favorite text editor or by using the command line.Example: #...
Convert certificates formats (PEM/P7B/PFX/DER)
You can change certificate format using OpenSSL commands or SSL Converter tool. The...
Changing .crt file into the .cer format
Double-click on the yourwebsite.crt file to open it into the certificate display. In a new...
Converting .pfx file for use with Apache
Run the following command with open SSL:  openssl pkcs12 -in mypfxfile.pfx -out...