diff --git a/docs/content/dns/zz_gen_ovh.md b/docs/content/dns/zz_gen_ovh.md index bfeb355b..ef69cc0f 100644 --- a/docs/content/dns/zz_gen_ovh.md +++ b/docs/content/dns/zz_gen_ovh.md @@ -25,7 +25,7 @@ OVH_APPLICATION_KEY=1234567898765432 \ OVH_APPLICATION_SECRET=b9841238feb177a84330febba8a832089 \ OVH_CONSUMER_KEY=256vfsd347245sdfg \ OVH_ENDPOINT=ovh-eu \ -lego --email myemail@example.com --dns autodns --domains my.example.org run +lego --email myemail@example.com --dns ovh --domains my.example.org run ``` diff --git a/providers/dns/ovh/ovh.toml b/providers/dns/ovh/ovh.toml index deb8eafa..ea760673 100644 --- a/providers/dns/ovh/ovh.toml +++ b/providers/dns/ovh/ovh.toml @@ -9,7 +9,7 @@ OVH_APPLICATION_KEY=1234567898765432 \ OVH_APPLICATION_SECRET=b9841238feb177a84330febba8a832089 \ OVH_CONSUMER_KEY=256vfsd347245sdfg \ OVH_ENDPOINT=ovh-eu \ -lego --email myemail@example.com --dns autodns --domains my.example.org run +lego --email myemail@example.com --dns ovh --domains my.example.org run ''' Additional = '''