Skip to content

Commit

Permalink
[caddy-dns-ovh] add ovh keys settings
Browse files Browse the repository at this point in the history
  • Loading branch information
badouralix committed Sep 9, 2023
1 parent a4a55df commit 519cd3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions caddy-dns-ovh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ docker run \
badouralix/caddy-dns-ovh
```

Create keys in <https://eu.api.ovh.com/createToken/>

| Field | Value |
| :---------------------- | :---------------------------------- |
| Application name | caddy-dns-ovh |
| Application description | Resolve ACME DNS-01 challenge |
| Validity | Unlimited |
| Rights | POST /domain/zone/[FQDN]/record |
| Rights | POST /domain/zone/[FQDN]/refresh |
| Rights | DELETE /domain/zone/[FQDN]/record/* |

## License

Unless expressly stated otherwise, all contents licensed under the [MIT License](https://github.com/badouralix/dockerfiles/blob/main/LICENSE).

0 comments on commit 519cd3a

Please sign in to comment.