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

Feature Request: Add DNS Plugin Support for dynv6 in Posh-ACME #563

Closed peter1123 closed 2 months ago

peter1123 commented 2 months ago

Hi Ryan,

I would like to request the addition of a new DNS plugin for the Posh-ACME project to support the DNS provider dynv6 (https://dynv6.com/).

Dynv6 is a popular free DNS service that supports dynamic DNS and is widely used in personal and small-scale projects. Adding support for this provider will make it easier for users to manage DNS-01 challenges for certificates on dynv6.

Thank you for considering this feature request!

rmbolger commented 2 months ago

Hi @peter1123, thanks for reaching out. The dynv6 documentation seems to indicate they support RFC2136 based dynamic updates which you can use with the existing RFC2136 plugin. https://dynv6.com/docs/apis#dns-update

It's a bit more cumbersome to setup than a dedicated REST plugin particularly on Windows. But it should work if you're in a hurry.

In any case, I'll add the REST API to my list to implement as well.

peter1123 commented 2 months ago

Thanks Ryan.

Have a nice day.