mirror of
https://github.com/certimate-go/certimate.git
synced 2026-07-03 21:00:56 +08:00
fix: #1057
This commit is contained in:
parent
ca77ad56bb
commit
246bacd465
@ -23,6 +23,7 @@ func init() {
|
||||
AllowInsecureConnections: credentials.AllowInsecureConnections,
|
||||
NodeName: xmaps.GetString(options.ProviderExtendedConfig, "nodeName"),
|
||||
ResourceType: xmaps.GetString(options.ProviderExtendedConfig, "resourceType"),
|
||||
WebsiteMatchPattern: xmaps.GetString(options.ProviderExtendedConfig, "websiteMatchPattern"),
|
||||
WebsiteId: xmaps.GetInt64(options.ProviderExtendedConfig, "websiteId"),
|
||||
CertificateId: xmaps.GetInt64(options.ProviderExtendedConfig, "certificateId"),
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user