Closed webprofusion-chrisc closed 5 months ago
As far as I can tell, the correct arguments have always been DNSPodKeyID
and either DNSPodKeyToken
or DNSPodKeyTokenInsecure
. Case shouldn't matter. However, the plugin guide is wrong in the example code. So thanks for noticing!
PowerShell does allow you to shorten parameter names as long as the shortened version is still unique among the rest. But I don't see how DNSPodToken
would have ever worked because it's not a shortened version of anything.
Doc fix is live.
Thanks!
While reviewing https://github.com/webprofusion/certify/issues/677 I'm wondering what the correct arguments are for DNSPod, I had them mapped as
DNSPodKeyID
andDNSPodToken
but it looks like the script is expectingDNSPodKeyId
andDNSPodKeyToken
(not sure if case matters, but I can see howDNSPodToken
would work).Weirdly some users seem to be managing to use it ok in Certify (?), and some don't but that could just be a side-effect of something else.