Skip to content

Commit

Permalink
Update traefik.yml
Browse files Browse the repository at this point in the history
rename certificate resolver
  • Loading branch information
l4rm4nd authored Jan 13, 2024
1 parent 2c91f5f commit 5bea12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ entryPoints:
http:
tls:
# Generate a wildcard domain certificate
certResolver: letsencrypt
certResolver: myresolver
domains:
- main: example.com # change this to your proxy domain
sans:
Expand Down Expand Up @@ -108,7 +108,7 @@ providers:

# Use letsencrypt to generate ssl certificates
certificatesResolvers:
letsencrypt:
myresolver:
acme:
email: <CF-EMAIL-ADDRESS> # change to your provider account email address. The API token is defined in the docker-compose.yml as environment variable
storage: /etc/traefik/acme.json
Expand Down

0 comments on commit 5bea12c

Please sign in to comment.