removed config folder from .gitignore, added tls config file

actually that was a stupid idea, configs need to be tracked and version controlled
This commit is contained in:
Bryan Joshua Pedini 2022-01-15 23:46:54 +01:00
parent ccb8dee381
commit 4f46fdcdea
2 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

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

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