Zeus Webserver
Exporting the keypair
Zeus will save the keypair (private and public keys) in file:/usr/local/zeus/web/ssl
- Backup the private key and the public key. They will be titled "keyset_name".private and "keyset_name".public
- Remeber to store the private key password as this will be needed.
Import the keypair
- In the Zeus interface click on SSL Certificates under the Admin section
- Click on Import under the "Creating a Certificate Set" heading
- Depending on your deployment, choose the appropriate import option.
- Enter the name of your keyset
- Enter the full path to your private key and public key.
- Click OK
As an example:
Keyset Name: Testcertificates
Private Key: /usr/local/zeus/web/ssl/Backup/testcertificates.private
Public key: /usr/local/zeus/web/ssl/Backup/testcertificates.public - Under the title "Certificate Sets" Click on the new keyset name and click on "Accept Changes"
- Verify that your virtual host is using the new keyset.
- Go into your virtual host configuration and click on SSL general link
- Under the title "Selecting an SSL certificate" make sure you can select your new keyset and that SSL is enabled.
As you can see multiple keypair can be used for the same or different virtual hosts.