Wire up separate storages for prod/staging

This commit is contained in:
Luke Murphy
2020-05-05 16:09:11 +02:00
parent 3125be5fc4
commit fef190f842
2 changed files with 4 additions and 4 deletions

View File

@ -28,13 +28,13 @@ certificatesResolvers:
staging:
acme:
email: "helo@autonomic.zone"
storage: "/etc/letsencrypt/acme.json"
storage: "/etc/letsencrypt/staging-acme.json"
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
entryPoint: "web"
production:
acme:
email: "helo@autonomic.zone"
storage: "/etc/letsencrypt/acme.json"
storage: "/etc/letsencrypt/production-acme.json"
httpChallenge:
entryPoint: "web"