
Need multiple certificates? Buy in bulk and save £££s. Click Here to find out more
1) Locate your SSL certificate in the email from SSL247.
2) Create a combined .pem certificate file. Open a text editor and paste the contents of each key/certificate one after another in the following order:
Make sure that you include the beginning and end tags on each certificate. The result should look like this:
-----BEGIN RSA PRIVATE KEY----- (Your Private Key: your_domain_name.key) -----END RSA PRIVATE KEY----- -----BEGIN CERTIFICATE----- (Your Primary SSL certificate: your_domain_name.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Root certificate: TrustedRoot.crt) -----END CERTIFICATE-----
Save the combined file as ssl247pack.pem -- This .pem certificate file should be ready for installation on your Qmail Server.
|