 |
 |
SSL Certificates Support
|
Move a Certificate- Import Certificate
An SSL certificate is bound to both the server
software (i.e., Microsoft to Microsoft) and the certificate common name
(i.e., “www.company.co.uk” or “acme.co.uk”). If these remain identical,
you can export the certificate and its private key from the original
server and import it into the target server.
To move a certificate, you need to export the
existing certificate or use the backup.
Select the correct software vendor and version below for import instructions.
Microsoft IIS Version 4.0
Import the Certificate
- Open the Microsoft Management Console: Start > Programs
> Windows NT 4.0 Option Pack > Microsoft Internet Information
Server > Internet Service Manager.
- Right-click the import destination Web site and select Properties.
- Click the Directory Security tab.
- In the Secure
Communications section, click Edit.
- Click Key Manager.
- In the Local
Computer category, select
WWW.
- From the menu
bar, select
Key > Import Key > Backup File.
- Browse to the certificate you want to import and then click Open.
- Enter the password used to secure the certificate for export
and then click
OK.
Assign the Certificate
- In the Server
Bindings window, click Edit to assign an IP address and the SSL port number
to the certificate.
- Enter the IP address of the Web site.
- Enter the SSL port for this Web site (port 443 is the default
SSL port) and then click OK.
- From the menu
bar, save
the changes by selecting Computers > Commit Changes Now.
Microsoft IIS Version 5.0
Import the Certificate
- Create a Microsoft Management Console (MMC) snap-in for managing
certificates, as described in solution vs4224.
- Open the Microsoft Management Console (MMC).
- On the left
pane, click
Certificates.
- On the right
pane, double-click
Personal.
- On the right
pane, right-click
Certificates and select All Tasks > Import (this opens the Certificate Import
Wizard). Click
Next.
- Browse to the certificate you want to import and click Next.
- Enter the password used to secure the certificate for export
and then click
OK.
- To export the
certificate again from this computer, select Mark the key as exportable. By default, the certificate
is placed in the Personal certificate store. Keep this default selection
and click
Next.
- Click Finish. A message confirms the successful import. Click OK.
Assign the Certificate
- Open the Internet Information Services (IIS) Manager: Start
> All Programs > Administrative Tools > Internet Information
Services (IIS) Manager.
- In the Web Sites
section, right-click
your Web Site and select Properties.
- Click the Directory Security tab.
- In the Secure
Communications section, click Server Certificate (this opens the Web Server Certificate
Wizard) and then click Next.
- Select Assign an existing certificate and then click Next.
- Select the certificate to import (denoted by the Common Name)
and then click
Next.
- Enter the SSL port for this Web site (port 443 is the default
SSL port) and then click Next.
- A summary page
displays the details of the certificate that you are installing. Ensure
that this information is correct and then click Next.
- Click Finish.
Microsoft IIS Version 6.0
Import the Certificate
- Create a Microsoft Management Console (MMC) snap-in for managing
certificates, as described in solution vs4224.
- Open the Microsoft Management Console (MMC).
- On the left
pane, click
Certificates.
- On the right
pane, double-click
Personal.
- On the right
pane, right-click
Certificates and select All Tasks > Import (this opens the Certificate Import
Wizard). Click
Next.
- Browse to the certificate that you want to import and click Next.
- Enter the password used to secure the certificate for export
and then click
OK.
- To export the
certificate again from this computer, select Mark the key as exportable. By default, the certificate
is placed in the Personal certificate store. Keep this default selection
and click
Next.
- Click Finish. A message confirms the successful import. Click OK.
Assign the Certificate
- Open the Internet Information Services (IIS) Manager: Start
> All Programs > Administrative Tools > Internet Information
Services (IIS) Manager.
- In the Web Sites
section, right-click
your Web Site and select Properties.
- Click the Directory
Security tab.
- In the Secure
Communications section, click Server Certificate (this opens the Web Server Certificate
Wizard) and then click Next.
- Select Assign an existing certificate and then click Next.
- Select the certificate to import (denoted by the Common Name)
and then click
Next.
- Enter the SSL port for this Web site (port 443 is the default
SSL port) and then click Next.
- A summary page
displays the details of the certificate. Ensure that this information
is correct and then click Next.
- Click Finish.
Apache
Import the Certificate
- Copy the .key file and the .crt file from the diskette or CD
to the appropriate directory on the target host.
- Edit the virtual host section of the httpd.conf file so that
the SSLCertificateFile directive points to the .crt file and the SSLCertificateKeyFile
directive points to the .key file.
You can use the virtual host section of the httpd.conf
file on the diskette or CD as a guide.
iPlanet Version 4.0
Import the Certificate
- Rename the files on the backup to conform to: 'https-admsrv-(servername).cert7.db'
and 'https-admsrv-(servername).key3.db'
- Create a Trust Database for the server.
- In the Alias
directory, replace
the cert7.db and key3.db files of the admin server to the cert7.db and
key3.db of the new site.
- Restart the Web Service.
iPlanet Version 6.0
Import the Certificate
- Rename the files on the backup to conform to: 'https-admsrv-(servername).cert7.db'
and 'https-admsrv-(servername).key3.db'
- Create a Trust Database for the server.
- In the Alias
directory, replace
the cert7.db and key3.db files of the admin server to the cert7.db and
key3.db of the new site.
- Restart the Web Service.
IBM Websphere Server
Import the Certificate
- Type ikeyman
on a command line on UNIX or start the Key Management utility in the IBM Websphere Server
folder.
- Select Key Database File from the main menu, and then select Open.
- In the Open
dialog box, type
your key database name or click the key.kdb file if you are using the default. Click OK.
- In the Password
Prompt dialogue box, type your correct password, and click OK.
- Select Personal Certificates in the Key Database content frame,
and then click
the Export/Import button on the label.
- In the Export/Import
Key window, select
Import Key.
- Select the key database file type.
- Type the file name or use the Browse option, and select the correct location and file name, and then click OK.
- In the Password
Prompt dialogue box, type the correct password, and then click OK.
- In the Select
from Key Label list, select the correct label name and click OK.
Tomcat
Import the Certificate
- Copy the backed up Keystore file to your SSL Directory. This
directory can sometimes be hidden. For example: /root/.keystore
- Edit the server.xml file to configure the SSL connector.
|
 |