Closed josephlim75 closed 3 years ago
I'm closing this issue as I know what the problem is. When I create the 2 godaddy enivronment variables, it was outside of vault running session, therefore, vault is not able to pick it up. Once i've run in the same session, it works. But unfortunately I still run into issue like it is not able to create multiple wildcards subdomain. For example my main domain is company.com. I am not able to create a subdomain wildcard like *.dev.company.com. When I was using acme.sh
, it allow to generate multiple wildcard subdomain without issue.
How do I provide my
godaddy
secret and key when registering my account into acme plugin ?Currently
acme.sh
usedGD_Key
andGD_Secret
environment variable for dns-challengeFollowing the lego info url https://go-acme.github.io/lego/dns/godaddy/, I have exported
GODADDY_API_KEY
andGODADDY_API_SECRET
environment variable, still got error when trying to generate certificate. Below is the error I have redacted my company domain using a dummy company.comIs there any documentation or guide to configure a provider ?