Support for OCSP Stapling. Fixes #280

This commit is contained in:
xenolf
2015-10-24 04:36:54 +02:00
parent f8ad050dda
commit 91465d8e6f
3 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,7 @@ type TLSConfig struct {
Certificate string
Key string
LetsEncryptEmail string
OCSPStaple []byte
Ciphers []uint16
ProtocolMinVersion uint16
ProtocolMaxVersion uint16