We accept |
|
|
|
|
|
| |
 |
|
 |
| Installing your SSL Certificate / Web Server Certificate / Secure Server Certificate from RapidSSL.com |
 |
| IBM - Lotus Domino 4.6 - 5.x |
 |
|
Firstly when your issuance email arrives you will have two certificates in the email - your server certificate and a chained root certificate.
Copy the chained root certificate into a text editor such as notepad and save as chain.txt.
Copy your web server certificate into a text editor such as notepad and save as yourdomain.txt.
Copy the Root CA certificate found at the bottom of this page into a text editor such as notepad and save it as root.txt.
|
| 1. |
Install the Root CA certificate
- Select 3. Install Trusted Root Certificate into Key Ring
- Select File in the "Certificate Source" field and locate the root.txt saved earlier.
- Enter Certificate Label = "ChainedSSL Root CA"
- Select Merge Trusted Root Certificate into Key Ring
|
| 2. |
Install the chained root certificate
- Select "3. Install Trusted Root Certificate into Key Ring"
- Select File in the "Certificate Source" field and locate the chain.txt saved earlier.
- Enter Certificate Label = "chained root"
- Select Merge Trusted Root Certificate into Key Ring
|
| 3. |
Install your web server certificate
- Select 4. Install Certificate Into Key Ring
- Select File in the "Certificate Source" field and locate the chain.txt saved earlier.
- Select Merge Signed Certificate into Key Ring
|
4. |
Configure the 443 port
- Start the Notes client, and open Server's AddressBook
- Select Server, then Servers, then double-click on your web server
- Select Edit Server, go to Ports, then Internet Ports
- Enter SSL key file (use full path to file)
- Enable SSL settings, especially SSL port number = 443
- Exit the Lotus Notes client window
|
| |
Stop, then Start your server, and verify SSL from a browser via "https://.."
|
| |
Test your certificate by using a browser to connect to your server. Use the https protocol directive (e.g. https://your server/) to indicate you wish to use secure HTTP.
Note: The padlock icon on your browser will be displayed in the locked position if your certificates are installed correctly and the server is properly configured for SSL. |
 |
| Troubleshooting |
| |
If you receive a "Cannot find certificate issuer among trusted roots" error message when importing the root certificate, please try converting it to a binary format certificate from a base 64 format certificate. |
| |
Root CA Certificate
-----BEGIN CERTIFICATE-----
MIIDwDCCAqigAwIBAgIEAIWUoDANBgkqhkiG9w0BAQQFADCBozELMAkGA1UEBhMC
VVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEeMBwGA1UE
ChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVz
ZXJ0cnVzdC5jb20xKzApBgNVBAMTIlVUTi1VU0VSRmlyc3QtTmV0d29yayBBcHBs
aWNhdGlvbnMwHhcNMDIwNzExMTI0MTE1WhcNMDYwNzI0MTI0MTE1WjCB2zELMAkG
A1UEBhMCVVMxFjAUBgNVBAgTDU1hc3NhY2h1c2V0dHMxGDAWBgNVBAcTD1dlbGxl
c2xleSBIaWxsczEYMBYGA1UEChMPd3d3LmZyZWVzc2wuY29tMSYwJAYDVQQLEx1T
ZWUgd3d3LmZyZWVzc2wuY29tL2NwcyAoYykwMjE+MDwGA1UECxM1RG9tYWluIENv
bnRyb2wgVmFsaWRhdGVkIC0gT3JnYW5pemF0aW9uIE5vdCBWYWxpZGF0ZWQxGDAW
BgNVBAMTD3d3dy5mcmVlc3NsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC
gYEA4VfTd0Ckf+T/Uj3rKNnbVa3M/LN1gwaOTuYhNFDCLxSkzQcQU4JngSb1ufeQ
VI2aIVQlvA3xeNgzTWZ7EVIFF7l4GyivTeKTXDOH4MMgxfNcq0e04K2FiysmK2vN
YMy9NG6/DQKmRICGxwqWOyJirluk/xp5BgmgYkbn28orxScCAwEAAaNGMEQwEQYJ
YIZIAYb4QgEBBAQDAgZAMA4GA1UdDwEB/wQEAwIE8DAfBgNVHSMEGDAWgBT6hsnb
4LrpePVLqNYV3/DT4WoUPDANBgkqhkiG9w0BAQQFAAOCAQEAVhNsYb9TMBVEWLwh
EmyBzFcYU5wr+/fk3gJhaaaFGGG6RLIq+Lc6YAlSfd6LOK/kGe31EQnPhgrQz4FY
udBKNB+rDCmlNviOB6aOeHsdeKSj2mkO0lrBclb2LOKyQls2HC6Db0Py+BaLEUob
y3Ar0ykiIiRl8ZW6IH1KW2kxCx6gkIbuqLJxUVNWnsHf5YLF/N+Ty9yTwZhXwZww
Drgq13UepjK3U5qDSxsUYjeLjr+BVsVZKI0DDeUtXXeuIsp5aF4rOQqOwo1JZZTt
mHDQgdLg+SmGADPdIZ5ugV8LjzOmGEN9SiIT0C67rDmg3A/jzhkx8OGyIrFF+70+
AxhV9A==
-----END CERTIFICATE----- |
|
|
|
| |
 |