RFC2136 debugging

I get the below error when trying a RFC2136 DNS update testing. How can I debug this / switch on verbose ? The loglevel is set to debug in serviceconfig.json but gives only “One or more tests failed”


Powershell/PoshACME DNS :: Error: nsupdate returned non-zero exit code which indicates failure. Check -Verbose output for details. at Send-DynamicTXTUpdate, C:\Program Files\CertifyTheWeb\Scripts\DNS\PoshACME\Plugins\RFC2136.ps1: line 313
at Add-Dn sTxt, C:\Program Files\CertifyTheWeb\Scripts\DNS\PoshACME\Plugins\RFC2136.ps1: line 62
at , : line 33

Hi, to debug Posh-ACME plugins use them from Powershell: GitHub - rmbolger/Posh-ACME: PowerShell module and ACME client to create certificates from Let's Encrypt (or other ACME CA)

See also: (Advanced) Custom Challenge Validation - Posh-ACME

Here is the Posh-ACME guide for RFC2135:

You may also be able to try nsupdate directly from the command line to ensure that your DNS server is accepting updates.