Signed mail certificate
Signed mail certificate
Ho do i get a real signed certificate for my mails server?
Re: Signed mail certificate
you first need to generate csr-file (and key).
Make sure you use the same host-name as used in your postfix config file (of dovecot or other mail server)
in this example mail.server.com, not just the domain.
Then send the mail.server.com.csr-file to you registar the be signed.
Now certificates are only signed for a year, so you need to do it every year.
After a few hours, they will send you the signed certificate ( .cert of .crt-file).
Code: Select all
openssl req -new -nodes -keyout mail.server.com.key -out mail.server.com.csr
in this example mail.server.com, not just the domain.
Then send the mail.server.com.csr-file to you registar the be signed.
Now certificates are only signed for a year, so you need to do it every year.
After a few hours, they will send you the signed certificate ( .cert of .crt-file).
Re: Signed mail certificate
A good site to test your (mail)-ssl is
https://www.checktls.com/index.html
https://www.checktls.com/index.html