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
769 stars 187 forks source link

GANDI v5 (LIVEDNS) Plugin #85

Closed llefevere closed 6 years ago

llefevere commented 6 years ago

I'm looking for a DNS Plugin designed or compatible GANDI v5 (LIVEDNS). Do you if someone is working on ?

rmbolger commented 6 years ago

No one has mentioned working on a plugin for Gandi yet. Is this the provider? https://doc.livedns.gandi.net/

I'd be happy to try and write one if I can get an account to work with. Do they offer a free trial?

llefevere commented 6 years ago

Hello and thank’s for reply Ryan

Your link is the right one !

I’m afraid, I’ve never seen free trials on their site, but there some promotional offers like extension .pw for 0.60€ :/

rmbolger commented 6 years ago

I was hoping I could just setup a sub-domain DNS delegation for a domain I already own. But it seems they don't support just DNS hosting. So I did go ahead and buy a random .pw domain which was super cheap (thanks for the recommendation). Their REST API looks pretty straightforward. So it shouldn't take too long to build the plugin. I'll let you know when I have something ready you can test.

llefevere commented 6 years ago

Be aware that Gandi DNS doesn’t accept TTL values lower than 300, so don’t try to set it for other way that testing error message return !

rmbolger commented 6 years ago

The Gandi plugin is now in the master branch. It's working for me, but can you test it out on your end as well?

llefevere commented 6 years ago

It’s all right for me :

  1. New certificate

  2. Renew certificate

Thank’s again for your quick reply and perfect job !