Update traefik.yml

rename certificate resolver
This commit is contained in:
LRVT 2024-01-13 20:13:35 +01:00 committed by GitHub
parent 2c91f5fcb6
commit 5bea12c71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ entryPoints:
http: http:
tls: tls:
# Generate a wildcard domain certificate # Generate a wildcard domain certificate
certResolver: letsencrypt certResolver: myresolver
domains: domains:
- main: example.com # change this to your proxy domain - main: example.com # change this to your proxy domain
sans: sans:
@ -108,7 +108,7 @@ providers:
# Use letsencrypt to generate ssl certificates # Use letsencrypt to generate ssl certificates
certificatesResolvers: certificatesResolvers:
letsencrypt: myresolver:
acme: 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 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 storage: /etc/traefik/acme.json