SSL certificate from rapid ssl to sendmail
Hi guys,
I have just configured the web mail server where we are using to send the email with smtp-auth which i have heard works amazing, I am just planned that, if I decided to buy a ssl certificate and how am I going to apply it to the mail server?
Presently I am just following the instructions which is in setting up the sendmail with smtp-auth and verified it works properly. Below is the part on how to create the cart.
Create Certificates for TLS :-
Code:
mkdir -p /etc/mail/certs
cd /etc/mail/certs
openssl req -new -x509 -keyout cakey.pem -out cacert.pem -days 365
openssl req -nodes -new -x509 -keyout sendmail.pem -out sendmail.pem -days 365
You have already created the certificat and the request is send too the authority, they will subscribe it and then we can download that certificate from the back and place on your server.
|