Archived
增加证书OCSP错误日志管理
This commit is contained in:
@@ -30,7 +30,8 @@ type SSLCertConfig struct {
|
||||
CommonNames []string `yaml:"commonNames" json:"commonNames"`
|
||||
|
||||
// OCSP
|
||||
OCSP []byte `yaml:"ocsp" json:"ocsp"`
|
||||
OCSP []byte `yaml:"ocsp" json:"ocsp"`
|
||||
OCSPError string `yaml:"ocspError" json:"ocspError"`
|
||||
|
||||
cert *tls.Certificate
|
||||
timeBegin time.Time
|
||||
|
||||
Reference in New Issue
Block a user