mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-23 02:29:59 +08:00
Support for OCSP Stapling. Fixes #280
This commit is contained in:
@ -56,6 +56,7 @@ type TLSConfig struct {
|
||||
Certificate string
|
||||
Key string
|
||||
LetsEncryptEmail string
|
||||
OCSPStaple []byte
|
||||
Ciphers []uint16
|
||||
ProtocolMinVersion uint16
|
||||
ProtocolMaxVersion uint16
|
||||
|
Reference in New Issue
Block a user