docs(mixins/SslCertificate): don't recommends using staging

This confuses users and XO is not currently able to detect that this valid has changed and generate a new certificate.
This commit is contained in:
Julien Fontanet 2022-07-29 19:40:29 +02:00
parent 9875cb5575
commit 1c9552fa58

View File

@ -24,14 +24,18 @@ 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
# set this to `letsencrypt/staging` for testing or development.
# Specifies the URL to the ACME CA's directory.
#
# A identifier `provider/directory` can be passed instead of a URL, see the
# list of supported directories here: https://www.npmjs.com/package/acme-client#directory-urls
#
# Note that the application cannot detect that this value has changed.
#
# In that case delete the certificate and the key files, and restart the
# application to generate new ones.
#
# Default is 'letsencrypt/production'
acmeCa = 'letsencrypt/staging'
acmeCa = 'zerossl/production'
# Domain for which the certificate should be created.
#