docs(mixins/SslCertificate): explicits that cert/key are required

This commit is contained in:
Julien Fontanet 2022-07-29 19:26:33 +02:00
parent d1c6bb8829
commit 9875cb5575

View File

@ -17,6 +17,11 @@ Finally, add the following entries to your HTTPS configuration.
# Must be set to true for this feature
autoCert = true
# These entries are required and indicates where the certificate and the
# private key will be saved.
cert = 'path/to/cert.pem'
key = 'path/to/key.pem'
# ACME (e.g. Let's Encrypt, ZeroSSL) CA directory
#
# Specifies the URL to the ACME CA's directory. It is strongly recommended to