diff --git a/certbot-dns-ovh/certbot_dns_ovh/__init__.py b/certbot-dns-ovh/certbot_dns_ovh/__init__.py index 6a079e59f..42eaed9a0 100644 --- a/certbot-dns-ovh/certbot_dns_ovh/__init__.py +++ b/certbot-dns-ovh/certbot_dns_ovh/__init__.py @@ -25,14 +25,22 @@ Credentials ----------- Use of this plugin requires a configuration file containing OVH API -credentials for an account with the following access rules: +credentials for an account with the following access rules (allowing all domains): * ``GET /domain/zone/*`` * ``PUT /domain/zone/*`` * ``POST /domain/zone/*`` * ``DELETE /domain/zone/*`` -These credentials can be obtained there: +Alternatively, to allow a single domain only, the following access rules apply: + +* ``GET /domain/zone/`` +* ``GET /domain/zone//*`` +* ``PUT /domain/zone//*`` +* ``POST /domain/zone//*`` +* ``DELETE /domain/zone//*`` + +These credentials can be obtained at the following links: * `OVH Europe `_ (endpoint: ``ovh-eu``) * `OVH North America `_ (endpoint: