Step 3. Create a public-private key pair and certificate request

Use the server's Key Management Utility (IKEYMAN) to create a new key public-private key pair and certificate request.

  1. Type ikeyman at the command line.
  2. Select Key Database File > Open.
  3. Type your key database name or click the default filename key.kdb. Click OK.
  4. Type your password and select the checkbox to stash the password to a file. You will now see DB-Type: CMS key database file.
  5. Select Create > New Certificate Request.
  6. Enter the following:
  7. Click OK. This message appears: A new certificate request has been successfully created in the file keyfile_database_name
  8. Click OK. Now the label name should show up under the Personal Certificate Requests heading.
  9. To exit the IKEYMAN, select Key Database File > Exit.

Start a Web browser and enter the URL of the CA from whom you want to obtain the certificate. To send your certificate, follow the instructions provided by the CA. In this example, a request will be sent to a CA that is already designated as a trusted root CA on the server.

Note: It usually takes two to three weeks to get a certificate from a well-known trusted CA. While you are waiting for the CA to process your certificate request, you can use IKEYMAN to create a self-signed server certificate to enable SSL sessions between clients and the server.

Related information