mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-05-13 13:25:19 +08:00
源站支持客户端证书
This commit is contained in:
@@ -43,8 +43,8 @@ type OriginConfig struct {
|
||||
// - http|https 返回2xx-3xx认为成功
|
||||
HealthCheck *HealthCheckConfig `yaml:"healthCheck" json:"healthCheck"` // TODO
|
||||
|
||||
CertRef *sslconfigs.SSLCertRef `yaml:"certRef" json:"certRef"` // 证书的引用 TODO
|
||||
Cert *sslconfigs.SSLCertConfig `yaml:"cert" json:"cert"` // 请求源服务器用的证书 TODO
|
||||
CertRef *sslconfigs.SSLCertRef `yaml:"certRef" json:"certRef"` // 证书的引用
|
||||
Cert *sslconfigs.SSLCertConfig `yaml:"cert" json:"cert"` // 请求源服务器用的证书
|
||||
|
||||
// ftp
|
||||
FTPServerRef *FTPServerRef `yaml:"ftpServerRef" json:"ftpServerRef"` // TODO
|
||||
|
||||
Reference in New Issue
Block a user