(5 votes, average: 5.00 out of 5)
Loading...
This tutorial is divided into three parts to help you understand the process comprehensively. We will guide you through CSR generation and SSL installation in parts one and two.
By the end of this tutorial, you’ll be well-equipped to protect your SurgeMail server with an SSL cert while being aware of the cost-effective options available. Let’s dive in!
CSR is an encoded text submitted to a Certificate Authority to verify the identity of your company or website. When it comes to creating a CSR for SurgeMail, you have two options:
Using Online CSR Generation tool:
This option saves you much time as the whole process is automated. You need to input the required details in specific fields and click Generate. This automated approach guarantees efficiency and convenience, enabling you to effortlessly generate both the CSR and private key without any hassle.
Creating it Manually:
If you prefer to generate the CSR manually, it is crucial to exercise caution and ensure the accuracy of the information you enter. Double-check all the details to prevent any errors or misleading information. Remember, any inaccuracies can lead to the CA rejecting the issuance of your SSL certificate.
You can follow a straightforward process that only involves five steps to install an SSL cert on SurgeMail, and here are those five steps:
Double-click the .zip folder and extract these certificate files:
Open the SSL certificate files and copy the entire content, including “—–BEGIN CERTIFICATE—–” and “END CERTIFICATE—–” headers on a text editor file like Notepad with the .crt extension. (Assuming the name given is SSL_one.crt)
Open the CA Bundle files, copy the entire content, as done in the previous step, and save it on a new Notepad file (.crt extension). (Assuming the name given is SSL_two.crt)
Here’s the format for your reference:
BEGIN CERTIFICATE—–
(Server certificate)
—–END CERTIFICATE—–
—–BEGIN CERTIFICATE—–
(Intermediate certificate)
—–END CERTIFICATE—–
Now, all that is left is to restart the SergeMail server and test your installation.
SSL connection errors can arise from server issues or browser complications, necessitating a thorough evaluation of both. Employing testing tools like Qualys SSL testing and SSL Checker Tool is highly recommended to address and rectify such potential concerns effectively.