Support

Installation of a certificate for NetWin SurgeMail

Installation instructions

Step 1:
Open Web Admin and go to SSL Certificates Configure

Step 2:
Open the received certificate in a text editor like Notepad (do not use Word) and copy the entire content. Go to the SSL Certificate window and paste the entire content of your certificate file. In fact your are replacing the Untrusted Certificate which was created while generating your CSR.

Step 3: 
Click Save and restart SurgeMail

Note: If you received more than one certificate file, open them in Notepad and concatenate the files after eachother so you have one single file with all certificate information. There should be no spaces or blanks in the file. Paste all information from this single file into the text box as in step 2.

Example of a concatenated file:

-----BEGIN CERTIFICATE-----
(your_domain_name.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(your_intermediate or UTNAddTrustServerCA.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(root_certificate or AddTrustExternalCARoot.crt)
-----END CERTIFICATE-----