mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-22 21:05:48 +08:00
Merge pull request #1004 from 33forks/main
This commit is contained in:
commit
f06d8025c3
@ -106,7 +106,7 @@ func (d *SSLDeployerProvider) Deploy(ctx context.Context, certPEM string, privke
|
||||
}
|
||||
|
||||
func createSDKClient(accessKeyId, accessKeySecret, region string) (*tos.ClientV2, error) {
|
||||
endpoint := fmt.Sprintf("tos-%s.ivolces.com", region)
|
||||
endpoint := fmt.Sprintf("tos-%s.volces.com", region)
|
||||
|
||||
client, err := tos.NewClientV2(
|
||||
endpoint,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user