mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-20 01:47:58 +00:00
Fix godaddy error
This commit is contained in:
@@ -24,7 +24,7 @@ func (a *godaddy) Apply() (*Certificate, error) {
|
||||
json.Unmarshal([]byte(a.option.Access), access)
|
||||
|
||||
os.Setenv("GODADDY_API_KEY", access.ApiKey)
|
||||
os.Setenv("GODADDY_API_SECRET", access.ApiKey)
|
||||
os.Setenv("GODADDY_API_SECRET", access.ApiSecret)
|
||||
|
||||
dnsProvider, err := godaddyProvider.NewDNSProvider()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user