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

Certbot continues to request certificates even when the `SSL_CERT_FOLDER` is used #12

Closed rehanone closed 2 years ago

rehanone commented 2 years ago

Certbot continues to request certificates even when the SSL_CERT_FOLDER is used to provide the certificates externally as implemented in #8 . The expectation is that SSL_CERT_FOLDER should disable the certbot completely. This results in lots of erroneous logging.

nguyenkims commented 2 years ago

@rehanone thanks for reporting. @LordChunk do you know if this is expected behaviour?