mail.poste.io/data/ssl
2024-10-21 15:44:40 -03:00
..
letsencrypt data 2024-10-21 15:44:40 -03:00
ca.crt data 2024-10-21 15:44:40 -03:00
dh4096.pem data 2024-10-21 15:44:40 -03:00
README.md data 2024-10-21 15:44:40 -03:00
server.crt data 2024-10-21 15:44:40 -03:00
server.key data 2024-10-21 15:44:40 -03:00

This directory is supposed to have 3 keys which are copied to various places to mailserver.

  • ca.crt Certification authority public keys (or "intermediate certificate"). There is "-----BEGIN CERTIFICATE-----" once or more times.

  • server.crt Your public key generated by your CA. It should have one "-----BEGIN CERTIFICATE-----" in it

  • server.key Your private key, it should have "-----BEGIN RSA PRIVATE KEY-----" in it

There is also

  • dh1024.pem Its generated Diffie-Hellman paramaters. File is generated once at first container startup - there is no need to manipulate with that file even if you changing all certs.