File tree Expand file tree Collapse file tree
ssl-applicator/acme-dns01/providers/ucloud-udnr/internal
ssl-deployer/providers/lecdn Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ type DNSProvider struct {
4747
4848func NewDefaultConfig () * Config {
4949 return & Config {
50- TTL : int32 (env .GetOrDefaultInt (EnvTTL , 300 )),
50+ TTL : int32 (env .GetOrDefaultInt (EnvTTL , 600 )),
5151 PropagationTimeout : env .GetOrDefaultSecond (EnvPropagationTimeout , 2 * time .Minute ),
5252 PollingInterval : env .GetOrDefaultSecond (EnvPollingInterval , dns01 .DefaultPollingInterval ),
5353 HTTPTimeout : env .GetOrDefaultSecond (EnvHTTPTimeout , 30 * time .Second ),
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ type SSLDeployerProviderConfig struct {
2323 // 可取值 "client"、"master"。
2424 ApiRole string `json:"apiRole"`
2525 // LeCDN 用户名。
26- Username string `json:"accessKeyId "`
26+ Username string `json:"username "`
2727 // LeCDN 用户密码。
28- Password string `json:"accessKey "`
28+ Password string `json:"password "`
2929 // 是否允许不安全的连接。
3030 AllowInsecureConnections bool `json:"allowInsecureConnections,omitempty"`
3131 // 部署资源类型。
You can’t perform that action at this time.
0 commit comments