- Added preliminary support for
dns-account-01challenge type based on draft-ietf-acme-dns-account-label-03.- New
-DnsVariantparameter in various Order and Challenge related functions. - New
Get-DnsAcctLabelutility function
- New
- New
-UsePfxDerEncodingtoNew-PACertificate,New-PAOrder, andSet-PAOrderwhich changes the encoding within generated PFX files from BER to DER. This may be necessary for compatibility with some applications, libraries, or services that have deprecated BER support. (#674) - New HostUp plugin (#663) (Thanks @itssimple)
- Cloudflare: Fixed a bug with TXT records containing quotes and did some light refactoring
- GoDaddy: Added support for corporate (Brandsight) API access which requires a Customer ID value. (#660) (Thanks @vertras)
- GoDaddy: Fixed support for TXT records containing quotes
- Namecheap: Reduced required API permissions for delegated corporate accounts to just
domains.dns.*(#672) - Namecheap: Added Sandbox support and better debug logging
- Namecheap: Fixed TXT records containing quotes and apex record support
- AutoDNS: Fixed string formatting error when using a password containing curly braces (#671)
- Fixed a PowerShell 5.1 specific bug in
Publish-DnsPersistChallengeandUnpublish-DnsPersistChallenge - Disabled PowerShell native debug logging on low level ACME calls which is now way more verbose in 7.6 and was duplicating the module specific logging.