mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-30 11:35:20 +08:00
实现HTTPS配置
This commit is contained in:
6
pkg/serverconfigs/sslconfigs/ssl_policy_ref.go
Normal file
6
pkg/serverconfigs/sslconfigs/ssl_policy_ref.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package sslconfigs
|
||||
|
||||
type SSLPolicyRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
SSLPolicyId int64 `yaml:"sslPolicyId" json:"sslPolicyId"`
|
||||
}
|
||||
Reference in New Issue
Block a user