16 lines
586 B
YAML
16 lines
586 B
YAML
# ── TLS certificate configuration ──
|
|
# Certificates are auto-renewed by the cert-manager sidecar.
|
|
# asepharyana.my.id is the default certificate for all routes.
|
|
|
|
tls:
|
|
certificates:
|
|
- certFile: /etc/traefik/certs/asepharyana.my.id.pem
|
|
keyFile: /etc/traefik/certs/asepharyana.my.id.key
|
|
- certFile: /etc/traefik/certs/asepharyana.web.id.pem
|
|
keyFile: /etc/traefik/certs/asepharyana.web.id.key
|
|
stores:
|
|
default:
|
|
defaultCertificate:
|
|
certFile: /etc/traefik/certs/asepharyana.my.id.pem
|
|
keyFile: /etc/traefik/certs/asepharyana.my.id.key
|