How To Backup SSL Certificates

How To Backup SSL Certificate

It’s extremely beneficial you backup your SSL certificates and its corresponding personal key within the occasion that there’s a {hardware} failure or different catastrophe affecting your Server, the next directions will present you methods to backup your SSL certificates. Microsoft IIS Model 4.0 Open the Microsoft Administration Console: Begin > Applications > Home windows NT 4.Zero Choice Pack > Microsoft Web Data Server > Web Service Supervisor.
Proper-click the Web page containing the certificates and choose Properties.
Click on the Listing Safety tab.
Within the Safe Communications part, click on Edit.
Click on Key Supervisor.
Choose the important thing to export.
On the menu bar, choose Key > Export Key > Backup File.
A message warns you about inserting delicate info in a file in your onerous drive. Click on OK.
Specify the identify of the file that may maintain the exported key. Click on Save.
Microsoft IIS Model 5.0 / 6.0
Go to Begin >> Applications >> Administrative Instruments
Open the IIS Supervisor.
Navigate to the web page that has the SSL certificates put in.
Proper click on web site and select Properties
Click on on Listing Safety Tab
Click on on the Server Certificates button close to the underside.
A Certification Wizard will seem, Click on Subsequent to bypass the “Welcome Screen”
Select “Export the current certificate to a .pfx file” from the radio buttons and click on Subsequent.
Within the subsequent wizard web page, select a file location and save your .pfx file. Click on Subsequent.
Enter Certificates Password then click on Subsequent
Click on Subsequent and bypass “Export Certificate Summary”
Click on End and you’re performed.
Apache Find the personal key and certificates recordsdata. The next directives within the httpd.conf level to the situation of the important thing and certificates recordsdata:
SSLCertificateFile …/path/to/mycertfile.crt
SSLCACertificateFile …/path/to/intermediate.crt
SSLCertificateKeyFile …/path/to/mykeyfile.key Copy the .key file, each .crt recordsdata (one is the server certificates and the opposite is the intermediate CA certificates), and the httpd.conf file onto a diskette or CD.
.key – personal key
.crt – server certificates
.crt – intermediate CA certificates
httpd.conf – Internet server configuration file
Tomcat
Navigate to the SSL Listing the place the SSL Keystore is stored. By default this generally is a hidden listing. For instance: /root/.keystore
Make a duplicate of the keystore file on this listing. This incorporates your Non-public and Public keys.

You may also like...