Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ able to renew the certificate.

This renewal process can be done manually, or it can be automated when working
with several registrars. We currently support [Azure DNS](#azure-dns),
[Cloudflare](#cloudflare), [dnsimple](#dnssimple), [Gandi](#gandi), [Google
[Cloudflare](#cloudflare), [DNSimple](#dnsimple), [Gandi](#gandi), [Google
Cloud DNS](#google-cloud-dns), [GoDaddy](#godaddy), [OVH Cloud](#ovh-cloud),
and [AWS Route 53](#aws-route-53).

Expand Down Expand Up @@ -123,16 +123,16 @@ permissions on the target zone (e.g. `example.com`):
For more information about Cloudflare, see their
[documentation][cloudflare-doc].

### dnsimple
### DNSimple

The following environment variables must be created and properly filled:

| Environment Variable | Description |
| -------------------------- | ------------------------- |
| `DNS_PROVIDER` | Must be set to `dnsimple` |
| `DNS_DNSIMPLE_OAUTH_TOKEN` | Your dnsimple OAuth token |
| `DNS_DNSIMPLE_OAUTH_TOKEN` | Your DNSimple OAuth token |

For more information about dnsimple, see their[documentation][dnsimple-doc].
For more information about DNSimple, see their[documentation][dnsimple-doc].

### Gandi

Expand Down