Skip to content

Commit

Permalink
Merge pull request #467 from cedarcode/sr--change-letsencrypt-email
Browse files Browse the repository at this point in the history
Change Lets Encrypt email
  • Loading branch information
santiagorodriguez96 committed May 3, 2024
2 parents 7ab6728 + a53e740 commit 285ac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ traefik:
entryPoints.web.http.redirections.entryPoint.to: websecure
entryPoints.web.http.redirections.entryPoint.scheme: https
entryPoints.web.http.redirections.entrypoint.permanent: true
certificatesResolvers.letsencrypt.acme.email: "micarrera@cedarcode.com"
certificatesResolvers.letsencrypt.acme.email: "letsencrypt@cedarcode.com"
certificatesResolvers.letsencrypt.acme.storage: "/letsencrypt/acme.json"
certificatesResolvers.letsencrypt.acme.httpchallenge: true
certificatesResolvers.letsencrypt.acme.httpchallenge.entrypoint: web

0 comments on commit 285ac00

Please sign in to comment.