alxwolf / ubios-cert

Manage SSL / TLS certificates with acme.sh (Let's Encrypt, ZeroSSL) for Ubiquiti UbiOS firmwares
MIT License
170 stars 20 forks source link

Add OVH as a DNS provider #42

Closed Arnal95 closed 1 year ago

Arnal95 commented 1 year ago

Hi, I succeeded to configure OVH as a DNS API Provider

OVH

export DNS_API_PROVIDER="dns_ovh" export OVH_AK="ggdffettdgggdggd" export OVH_AS="mlksdjfgmsjgkshgerhgz" export OVH_CK="dlfkjhdmfgjozrhfgjozarhgoreaig"

Arnal95 commented 1 year ago

https://github.com/acmesh-official/acme.sh/wiki/How-to-use-OVH-domain-api

alxwolf commented 1 year ago

Thank You @Arnal95, added a wiki page for it!