Compare commits
2 Commits
6888d09442
...
4f46fdcdea
Author | SHA1 | Date | |
---|---|---|---|
4f46fdcdea | |||
ccb8dee381 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
.env
|
.env
|
||||||
config
|
|
||||||
le-certs.json
|
le-certs.json
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# traefik.bjphoster.com
|
# Træfik Deployment
|
||||||
|
|
||||||
Træfik deployment for reverse proxying all the infrastructure
|
Træfik deployment for reverse proxying all the infrastructure
|
||||||
|
11
config/tls.yml
Normal file
11
config/tls.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
tls:
|
||||||
|
options:
|
||||||
|
default:
|
||||||
|
minVersion: VersionTLS12
|
||||||
|
mintls13:
|
||||||
|
minVersion: VersionTLS13
|
||||||
|
compatible:
|
||||||
|
minVersion: VersionTLS11
|
||||||
|
supercompatible:
|
||||||
|
minVersion: VersionTLS10
|
Loading…
Reference in New Issue
Block a user