rmbolger / Posh-ACME

PowerShell module and ACME client to create certificates from Let's Encrypt (or other ACME CA)
https://poshac.me/docs/latest/
MIT License
778 stars 190 forks source link

Unable to Verify HMAC from Submit-ChallengeValidation with the DMEasy plugin #576

Closed mrdenny closed 4 weeks ago

mrdenny commented 4 weeks ago

We're attempting to register for a certificate where the domain is registered with DNS Made Easy so were using the DMEasy plugin. We've got the API Key and secret setup and being password back.

We're getting the following error message back. Is this message coming form DNS Made Easy? (I didn't see the message as hard coded in the cmdlet, so I'm assuming that it is.)

Submit-ChallengeValidation : {"error": ["Unable to verify HMAC"]} At C:\Program Files\WindowsPowerShell\Modules\Posh-ACME\4.25.1\Public\New-PACertificate.ps1:258 char:9

mrdenny commented 4 weeks ago

There was a space before the key value, which is what caused the error.