Install SSL Certificate: Lotus Domino Go
Follow these instructions to install your SSL server certificate.
Overview. You will need to import two certificates. First the root certificate
and then the SSL server certificate. Both of these certificates are included in
the body of the fulfillment email from GeoCerts. Both certificates are also available from your
GeoCerts account.
Import and Install the GeoTrust Root CA Certificate
- First you will need to install the GeoTrust Root CA Certificate.
Copy-and-paste the root certificate from the body of the fulfillment email into
a simple text editor such as Notepad.
- Save the file to your server as
geotrustroot.pem.
- Now do the same for the SSL server certificate and to your server as
yourdomain.com.pem.
- Start the MKKF utility by typing
mkkf.*Note: If you
start the "mkkf" utility from the directory that contains
your certificates you will not need to include the path.
- Select O to Open an existing key
ring file. Type the
name of the file (usually keyfile.kyr). You will be prompted for
the password.
- Select R to Receive a certificate
into the key
ring file.
- You will be prompted for the file name. Enter
geotrustroot.pem.
- Enter Equifax Secure Certificate Authority for the label.
- Press Enter to continue.
- Select W to Work with Keys and Certificates.
- Select L to List/Select the key to work with.
- Find the Equifax Secure Certificate Authority and
select S to Select this menu.
- Select T to mark this as a Trusted root.
- Select Y to confirm this request.
- Press Enter to return to the pervious menu.
- Select X to Exit the menu.
- Now install the server certificate. From the main menu of the mkkf
utility, select R to Receive a certificate
into a Key Ring File.
- Enter the server certificate file name (e.g.."yourdomain.com.pem").
- Select W to Work with Keys and Certificates.
- Select L to List/Select the key
to work with. Select N until you find the servername.key file.
- Select S to Select this certificate.
- Select F to mark this key as the selected default key.
- Select X to Exit the menu.
- Select C to Create a stash
file for the key ring.
Note: This is an important step, which is often overlooked!
- Select X to Exit the menu.
- Select Y to confirm this request.
Configuring Your SSL
- Access the web server via your browser and Select Configuration
and Administration Forms.
- Scroll down to security and select Security Configuration.
- Ensure that Allow SSL connections using port 443 is selected.
- Ensure that the correct Key Ring file is listed.
- Apply the changes.
- You will need to stop and start your web server with the following
commands:
stopsrc -s httpd startsrc -s httpd
Test Your SSL Certificate
Test your SSL certificate by using a browser to connect to your server.
Use the https protocol directive. For example, if your
SSL was issued to secure.mysite.com, enter https://secure.mysite.com into
your browser.
Your browser's padlock icon will be displayed in the locked position if your certificate
is installed correctly and the server is properly configured for SSL.
|
CSR Legend
When generating your CSR you will be asked to input
a few pieces of info. Below are some common fields with descriptions and examples.
Common Name (CN)
The fully-qualified-domain name for your certificate. Examples include...
- www.domain.com
- owa.domain.net
- secure.domain.ca
- *.domain.com (for wildcard SSL)
Organization (O)
The exact legal name of your organization. Do not abbreviate your
organization's name. Example: Metro Realty LLC or Flowers by Jenny
Organizational Unit (OU)
The section or division of the organization. Example: Sales, Support, Customer Service
City or Locality (L)
The city where your organization is legally located. Cannot be
abbreviated. Example: Atlanta
State (S) or Province
The state or province where your organization is legally located. Cannot
be abbreviated.. Example: Georgia
Country (C)
The two-letter ISO Country Code abbreviation for your country. Example: US, CA, GB (must be two-letters)
Email
Any email address. This field is arbitrary but must be filled in. GeoTrust
will not use this email address to process your order. Example: user@example.com
Key Bit Length
The key bit length has to do with the initial key exchange, not the
encryption strength of your certificate. GeoTrust recommends a key bit length of at least 1024.
|