simple-login / simplelogin-postfix-docker

The missing Docker image for SimpleLogin Postfix
https://hub.docker.com/r/simplelogin/postfix
GNU General Public License v3.0
20 stars 22 forks source link

- Rerfactor custom certificate and key paths to allow more flexable w… #24

Closed rehanone closed 1 year ago

rehanone commented 1 year ago

…ay of providing external certs.

rehanone commented 1 year ago

This is a breaking change as it splits SSL_CERT_FOLDER into 2 separate TLS_KEY_FILE and TLS_CERT_FILE. This is to allow for much greater flexibility in choosing how you obtain the certificate. In the previous SSL_CERT_FOLDER based setting, there were assumptions made and hard coded to just be based on certbot. With the new settings, we can use any mechanism to obtain the certificate and key including self-signed if we choose to.