Compare commits

...

2 Commits

Author SHA1 Message Date
4f46fdcdea removed config folder from .gitignore, added tls config file
actually that was a stupid idea, configs need to be tracked and version controlled
2022-01-15 23:46:54 +01:00
ccb8dee381 renamed repository in README.md 2022-01-15 23:40:46 +01:00
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
.env
config
le-certs.json

View File

@ -1,3 +1,3 @@
# traefik.bjphoster.com
# Træfik Deployment
Træfik deployment for reverse proxying all the infrastructure

11
config/tls.yml Normal file
View File

@ -0,0 +1,11 @@
---
tls:
options:
default:
minVersion: VersionTLS12
mintls13:
minVersion: VersionTLS13
compatible:
minVersion: VersionTLS11
supercompatible:
minVersion: VersionTLS10