SSL_TYPE=letsencrypt

This commit is contained in:
julien 2025-01-14 19:56:54 +01:00
parent 7803b68764
commit f87abd23c9

2
.env
View File

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