Can someone please provide an example command-line usage for the EasyDNS validation plugin? How are the token and key values that are obtained from EasyDNS to be specified on the command line? Let's assume that my key is "api123x4567y89z10.12345678" and my token is "u123x4567y89z10.12345678".
wacs --test --verbose --accepttos --emailaddress <myemail@mydomain.com> --source manual --friendlyname "<My Friendly Name>" --commonname "<hostname.mydomain.com>" --host "<san.mydomain.com>" --store pemfiles --pemfilespath "<C:\Temp\MyPEMfiles>" --validationmode dns-01 --validation script --dnsscript "C:\ProgramData\chocolatey\lib\win-acme\tools\Scripts\EasyDNS.ps1"
I have tried using --EDKey api123x4567y89z10.12345678 and --EDToken u123x4567y89z10.12345678, and I have tried using --eab-key and --eab-key-identifier but neither have worked.
Can someone please provide an example command-line usage for the EasyDNS validation plugin? How are the token and key values that are obtained from EasyDNS to be specified on the command line? Let's assume that my key is "api123x4567y89z10.12345678" and my token is "u123x4567y89z10.12345678".
wacs --test --verbose --accepttos --emailaddress <myemail@mydomain.com> --source manual --friendlyname "<My Friendly Name>" --commonname "<hostname.mydomain.com>" --host "<san.mydomain.com>" --store pemfiles --pemfilespath "<C:\Temp\MyPEMfiles>" --validationmode dns-01 --validation script --dnsscript "C:\ProgramData\chocolatey\lib\win-acme\tools\Scripts\EasyDNS.ps1"I have tried using --EDKey api123x4567y89z10.12345678 and --EDToken u123x4567y89z10.12345678, and I have tried using --eab-key and --eab-key-identifier but neither have worked.