1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-12 00:50:53 +00:00

Merge pull request #250 from riking/reloadcert

Certificate reloading
This commit is contained in:
Mike 2017-09-26 16:33:51 -04:00 committed by GitHub
commit 10a78e6ca9
3 changed files with 86 additions and 8 deletions

View file

@ -35,11 +35,6 @@ type ConfigFile struct {
// Path to key file.
SSLKeyFile string
UseESLogStashing bool
ESServer string
ESIndexPrefix string
ESHostName string
// Nacl keys
OurPrivateKey []byte
OurPublicKey []byte