mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +08:00
fix: could not deploy to rainyun rcdn
This commit is contained in:
parent
eb77ba5885
commit
11f7ebc95a
@ -1011,7 +1011,7 @@ func createSSLDeployerProvider(options *deployerProviderOptions) (core.SSLDeploy
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch options.Provider {
|
switch options.Provider {
|
||||||
case domain.DeploymentProviderTypeTencentCloudCDN:
|
case domain.DeploymentProviderTypeRainYunRCDN:
|
||||||
deployer, err := pRainYunRCDN.NewSSLDeployerProvider(&pRainYunRCDN.SSLDeployerProviderConfig{
|
deployer, err := pRainYunRCDN.NewSSLDeployerProvider(&pRainYunRCDN.SSLDeployerProviderConfig{
|
||||||
ApiKey: access.ApiKey,
|
ApiKey: access.ApiKey,
|
||||||
InstanceId: xmaps.GetInt32(options.ProviderServiceConfig, "instanceId"),
|
InstanceId: xmaps.GetInt32(options.ProviderServiceConfig, "instanceId"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user