feat: Support SSL without reverse proxy (#2959)

* Enable (optional) reading SSL certificates on startup

* Update gitignore

* fix: Expect ssl environment variables to be Base64 encoded

* docs: Add env variables to .env.sample
This commit is contained in:
Tom Moor
2022-01-22 17:40:55 -08:00
committed by GitHub
parent 50547ae355
commit e4dbd67ae1
4 changed files with 64 additions and 2 deletions

2
.gitignore vendored
View File

@@ -9,3 +9,5 @@ stats.json
fakes3/*
.idea
*.pem
*.key
*.cert