Require TLS1.2 on homer

This commit is contained in:
Joey Hafner 2022-11-13 20:23:19 -08:00
parent 6fb8d6898a
commit c27f78f912
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
labels:
- traefik.http.routers.homer.rule=Host(`home.jafner.net`) || Host(`jafner.net`) || Host(`www.jafner.net`)
- traefik.http.routers.homer.tls.certresolver=lets-encrypt
- traefik.http.routers.homer.tls.options=tls12
- traefik.http.routers.homer.middlewares=securityheaders@file
networks:

View File

@ -0,0 +1,4 @@
tls:
options:
tls12:
minVersion: VersionTLS12