diff --git a/docs/Savaneprod/2019-12-16-wildcard-lets-encrypt-certificate.md b/docs/Savaneprod/2019-12-16-wildcard-lets-encrypt-certificate.md index fd2d691..a64fbd8 100644 --- a/docs/Savaneprod/2019-12-16-wildcard-lets-encrypt-certificate.md +++ b/docs/Savaneprod/2019-12-16-wildcard-lets-encrypt-certificate.md @@ -48,7 +48,8 @@ SUBJECT_ALTERNATIVE_NAME='*.savaneprod.fr' export GANDI_LIVEDNS_KEY="la clef récupérée chez Gandi" export SYNO_Certificate="savaneprod.fr cert" -export SYNO_Create=0 +# Creates the cert in DSM if it does not exist in Security/Certificate management. +export SYNO_Create=1 # When run locally, use an automatically created temp admin. Deletes it after use. # https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-certificate-to-synology-dsm export SYNO_USE_TEMP_ADMIN=1