Search Suggest

Creating the Certificate for secured communication(dovecot)
Creating the Certificate for secured communication(dovecot)

How to Creating the Certificate for secured communication(dovecot) [ Part-2/6 ]

Let us create self signed certificates for our mail server. #mkdir /etc/mail/certs #cd /etc/mail/certs #openssl req -new -x509 -keyout cakey.pem -out…