specify letsencrypt as the SSL_TYPE

This commit is contained in:
Andreas Zweili 2021-05-17 17:54:46 +02:00
parent b82f5a1d96
commit caf36d9a19
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ SMTP_ONLY=
# custom => Enables custom certificates
# manual => Let's you manually specify locations of your SSL certificates for non-standard cases
# self-signed => Enables self-signed certificates
SSL_TYPE=
SSL_TYPE=letsencrypt
# These are only supported with `SSL_TYPE=manual`.
# Provide the path to your cert and key files that you've mounted access to within the container.