|
To install your Trustwave SSL certificate on QMail, go back to the Trustwave Control Center and download
the "PEM Concatenated" certificate. This will be a file which contains your certificate as well
as the Trustwave intermediates.
Now, locate the private key you created when you made the CSR. Open it in a suitable text editor -
such as vi, nano, or pico - and copy the entire text. Be sure to include every line, even the beginning
and ending dashed lines.
With your private key still on the clipboard, close your text editor and open your PEM Concatenated
file that you downloaded from the Trustwave Control Center. At the beginning of the file, paste in your
private key. The file should look something like this when you are finished:
-----BEGIN RSA PRIVATE KEY-----
*** Your private key data
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
*** Your actual Trustwave SSL Certificate
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
*** Trustwave Intermediate Certificate
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
*** GlobalSign Partners Intermediate Certificate
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
*** GlobalSign Root Certificate
-----END CERTIFICATE-----
Once you have pasted in the private key at the top of the file, save it and close the text editor.
Move the file to your /var/qmail/control/ folder.
|