实现HTTPS配置

This commit is contained in:
GoEdgeLab
2020-10-01 16:01:28 +08:00
parent 23bc7e03ee
commit 5ed4393e2a
6 changed files with 825 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
package sslconfigs
type SSLPolicyRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
SSLPolicyId int64 `yaml:"sslPolicyId" json:"sslPolicyId"`
}