docs: update theme (#2240)

This commit is contained in:
Ludovic Fernandez 2024-08-14 23:55:11 +02:00 committed by GitHub
parent 24f421463a
commit 5ab212cf8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
143 changed files with 296 additions and 308 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GO_VERSION: stable GO_VERSION: stable
HUGO_VERSION: 0.117.0 HUGO_VERSION: 0.131.0
CGO_ENABLED: 0 CGO_ENABLED: 0
steps: steps:

View file

@ -14,7 +14,7 @@ jobs:
env: env:
GO_VERSION: stable GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.59.1 GOLANGCI_LINT_VERSION: v1.59.1
HUGO_VERSION: 0.117.0 HUGO_VERSION: 0.131.0
CGO_ENABLED: 0 CGO_ENABLED: 0
LEGO_E2E_TESTS: CI LEGO_E2E_TESTS: CI
MEMCACHED_HOSTS: localhost:11211 MEMCACHED_HOSTS: localhost:11211

View file

@ -1,12 +1,10 @@
--- ---
title: "Welcome" title: "Lego"
date: 2019-03-03T16:39:46+01:00 date: 2019-03-03T16:39:46+01:00
draft: false draft: false
chapter: true chapter: false
--- ---
# Lego
Let's Encrypt client and ACME library written in Go. Let's Encrypt client and ACME library written in Go.
## Features ## Features
@ -25,7 +23,7 @@ Let's Encrypt client and ACME library written in Go.
- TLS (tls-alpn-01) - TLS (tls-alpn-01)
- SAN certificate support - SAN certificate support
- [CNAME support](https://letsencrypt.org/2019/10/09/onboarding-your-customers-with-lets-encrypt-and-acme.html) by default - [CNAME support](https://letsencrypt.org/2019/10/09/onboarding-your-customers-with-lets-encrypt-and-acme.html) by default
- Comes with multiple optional [DNS providers]({{< ref "dns" >}}) - Comes with multiple optional [DNS providers]({{% ref "dns" %}})
- [Custom challenge solvers]({{< ref "usage/library/Writing-a-Challenge-Solver" >}}) - [Custom challenge solvers]({{% ref "usage/library/Writing-a-Challenge-Solver" %}})
- Certificate bundling - Certificate bundling
- OCSP helper function - OCSP helper function

View file

@ -15,7 +15,7 @@ The environment variables can reference a value.
Here is an example bash command using the Cloudflare DNS provider: Here is an example bash command using the Cloudflare DNS provider:
```console ```bash
$ CLOUDFLARE_EMAIL=you@example.com \ $ CLOUDFLARE_EMAIL=you@example.com \
CLOUDFLARE_API_KEY=b9841238feb177a84330febba8a83208921177bffe733 \ CLOUDFLARE_API_KEY=b9841238feb177a84330febba8a83208921177bffe733 \
lego --dns cloudflare --domains www.example.com --email you@example.com run lego --dns cloudflare --domains www.example.com --email you@example.com run
@ -33,7 +33,7 @@ The file must contain only the value.
Here is an example bash command using the CloudFlare DNS provider: Here is an example bash command using the CloudFlare DNS provider:
```console ```bash
$ cat /the/path/to/my/key $ cat /the/path/to/my/key
b9841238feb177a84330febba8a83208921177bffe733 b9841238feb177a84330febba8a83208921177bffe733

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns acme-dns --domains my.example.org run
| `ACME_DNS_STORAGE_PATH` | The ACME-DNS JSON account data file. A per-domain account will be registered/persisted to this file and used for TXT updates. | | `ACME_DNS_STORAGE_PATH` | The ACME-DNS JSON account data file. A per-domain account will be registered/persisted to this file and used for TXT updates. |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -50,7 +50,7 @@ lego --email you@example.com --dns alidns --domains my.example.org run
| `ALICLOUD_SECURITY_TOKEN` | STS Security Token (optional) | | `ALICLOUD_SECURITY_TOKEN` | STS Security Token (optional) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -63,7 +63,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `ALICLOUD_TTL` | The TTL of the TXT record used for the DNS challenge | | `ALICLOUD_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns allinkl --domains my.example.org run
| `ALL_INKL_PASSWORD` | KAS password | | `ALL_INKL_PASSWORD` | KAS password |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `ALL_INKL_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | `ALL_INKL_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns arvancloud --domains my.example.org run
| `ARVANCLOUD_API_KEY` | API key | | `ARVANCLOUD_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `ARVANCLOUD_TTL` | The TTL of the TXT record used for the DNS challenge | | `ARVANCLOUD_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns auroradns --domains my.example.org run
| `AURORA_SECRET` | Secret password to be used | | `AURORA_SECRET` | Secret password to be used |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `AURORA_TTL` | The TTL of the TXT record used for the DNS challenge | | `AURORA_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns autodns --domains my.example.org run
| `AUTODNS_API_USER` | Username | | `AUTODNS_API_USER` | Username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `AUTODNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `AUTODNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -43,7 +43,7 @@ _Please contribute by adding a CLI example._
| `instance metadata service` | If the credentials are **not** set via the environment, then it will attempt to get a bearer token via the [instance metadata service](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service). | | `instance metadata service` | If the credentials are **not** set via the environment, then it will attempt to get a bearer token via the [instance metadata service](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service). |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -58,7 +58,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `AZURE_ZONE_NAME` | Zone name to use inside Azure DNS service to add the TXT record in | | `AZURE_ZONE_NAME` | Zone name to use inside Azure DNS service to add the TXT record in |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -73,7 +73,7 @@ lego --domains example.com --email your_example@email.com --dns azuredns run
| `AZURE_TENANT_ID` | Tenant ID | | `AZURE_TENANT_ID` | Tenant ID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -93,7 +93,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `AZURE_ZONE_NAME` | Zone name to use inside Azure DNS service to add the TXT record in | | `AZURE_ZONE_NAME` | Zone name to use inside Azure DNS service to add the TXT record in |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns bindman --domains my.example.org run
| `BINDMAN_MANAGER_ADDRESS` | The server URL, should have scheme, hostname, and port (if required) of the Bindman-DNS Manager server | | `BINDMAN_MANAGER_ADDRESS` | The server URL, should have scheme, hostname, and port (if required) of the Bindman-DNS Manager server |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `BINDMAN_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | `BINDMAN_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -49,7 +49,7 @@ lego --email you@example.com --dns bluecat --domains my.example.org run
| `BLUECAT_USER_NAME` | API username | | `BLUECAT_USER_NAME` | API username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -63,7 +63,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `BLUECAT_TTL` | The TTL of the TXT record used for the DNS challenge | | `BLUECAT_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email myemail@example.com --dns brandit --domains my.example.org run
| `BRANDIT_API_USERNAME` | The API username | | `BRANDIT_API_USERNAME` | The API username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `BRANDIT_TTL` | The TTL of the TXT record used for the DNS challenge | | `BRANDIT_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns bunny --domains my.example.org run
| `BUNNY_API_KEY` | API key | | `BUNNY_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `BUNNY_TTL` | The TTL of the TXT record used for the DNS challenge | | `BUNNY_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns checkdomain --domains my.example.org run
| `CHECKDOMAIN_TOKEN` | API token | | `CHECKDOMAIN_TOKEN` | API token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CHECKDOMAIN_TTL` | The TTL of the TXT record used for the DNS challenge | | `CHECKDOMAIN_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns civo --domains my.example.org run
| `CIVO_TOKEN` | Authentication token | | `CIVO_TOKEN` | Authentication token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CIVO_TTL` | The TTL of the TXT record used for the DNS challenge | | `CIVO_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns clouddns --domains my.example.org run
| `CLOUDDNS_PASSWORD` | Account password | | `CLOUDDNS_PASSWORD` | Account password |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CLOUDDNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `CLOUDDNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -53,7 +53,7 @@ lego --email you@example.com --dns cloudflare --domains my.example.org run
| `CLOUDFLARE_ZONE_API_TOKEN` | Alias to CF_ZONE_API_TOKEN | | `CLOUDFLARE_ZONE_API_TOKEN` | Alias to CF_ZONE_API_TOKEN |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -66,7 +66,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CLOUDFLARE_TTL` | The TTL of the TXT record used for the DNS challenge (in seconds) | | `CLOUDFLARE_TTL` | The TTL of the TXT record used for the DNS challenge (in seconds) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns cloudns --domains my.example.org run
| `CLOUDNS_AUTH_PASSWORD` | The password for API user ID | | `CLOUDNS_AUTH_PASSWORD` | The password for API user ID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -56,7 +56,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CLOUDNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `CLOUDNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns cloudru --domains my.example.org run
| `CLOUDRU_SERVICE_INSTANCE_ID` | Service Instance ID (parentId) | | `CLOUDRU_SERVICE_INSTANCE_ID` | Service Instance ID (parentId) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -58,7 +58,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CLOUDRU_TTL` | The TTL of the TXT record used for the DNS challenge | | `CLOUDRU_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns cloudxns --domains my.example.org run
| `CLOUDXNS_SECRET_KEY` | The API secret key | | `CLOUDXNS_SECRET_KEY` | The API secret key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CLOUDXNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `CLOUDXNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns conoha --domains my.example.org run
| `CONOHA_TENANT_ID` | Tenant ID | | `CONOHA_TENANT_ID` | Tenant ID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -58,7 +58,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CONOHA_TTL` | The TTL of the TXT record used for the DNS challenge | | `CONOHA_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns constellix --domains my.example.org run
| `CONSTELLIX_SECRET_KEY` | User secret key | | `CONSTELLIX_SECRET_KEY` | User secret key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CONSTELLIX_TTL` | The TTL of the TXT record used for the DNS challenge | | `CONSTELLIX_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -54,7 +54,7 @@ lego --email you@example.com --dns cpanel --domains my.example.org run
| `CPANEL_USERNAME` | username | | `CPANEL_USERNAME` | username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -69,7 +69,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `CPANEL_TTL` | The TTL of the TXT record used for the DNS challenge | | `CPANEL_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email myemail@example.com --dns derak --domains my.example.org run
| `DERAK_API_KEY` | The API key | | `DERAK_API_KEY` | The API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DERAK_WEBSITE_ID` | Force the zone/website ID | | `DERAK_WEBSITE_ID` | Force the zone/website ID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns desec --domains my.example.org run
| `DESEC_TOKEN` | Domain token | | `DESEC_TOKEN` | Domain token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DESEC_TTL` | The TTL of the TXT record used for the DNS challenge | | `DESEC_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -67,7 +67,7 @@ lego --email you@example.com --dns designate --domains my.example.org run
| `OS_USER_ID` | User ID | | `OS_USER_ID` | User ID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -82,7 +82,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `OS_TENANT_NAME` | Tenant name (deprecated see OS_PROJECT_NAME and OS_PROJECT_ID) | | `OS_TENANT_NAME` | Tenant name (deprecated see OS_PROJECT_NAME and OS_PROJECT_ID) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns digitalocean --domains my.example.org run
| `DO_AUTH_TOKEN` | Authentication token | | `DO_AUTH_TOKEN` | Authentication token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DO_TTL` | The TTL of the TXT record used for the DNS challenge | | `DO_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns directadmin --domains my.example.org run
| `DIRECTADMIN_USERNAME` | API username | | `DIRECTADMIN_USERNAME` | API username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -58,7 +58,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DIRECTADMIN_ZONE_NAME` | Zone name used to add the TXT record | | `DIRECTADMIN_ZONE_NAME` | Zone name used to add the TXT record |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -43,7 +43,7 @@ lego --email you@example.com --dns dnshomede --domains my.example.org --domains
| `DNSHOMEDE_CREDENTIALS` | Comma-separated list of domain:password credential pairs | | `DNSHOMEDE_CREDENTIALS` | Comma-separated list of domain:password credential pairs |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns dnsimple --domains my.example.org run
| `DNSIMPLE_OAUTH_TOKEN` | OAuth token | | `DNSIMPLE_OAUTH_TOKEN` | OAuth token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DNSIMPLE_TTL` | The TTL of the TXT record used for the DNS challenge | | `DNSIMPLE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns dnsmadeeasy --domains my.example.org run
| `DNSMADEEASY_API_SECRET` | The API Secret key | | `DNSMADEEASY_API_SECRET` | The API Secret key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -56,7 +56,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DNSMADEEASY_TTL` | The TTL of the TXT record used for the DNS challenge | | `DNSMADEEASY_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns dnspod --domains my.example.org run
| `DNSPOD_API_KEY` | The user token | | `DNSPOD_API_KEY` | The user token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DNSPOD_TTL` | The TTL of the TXT record used for the DNS challenge | | `DNSPOD_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns dode --domains my.example.org run
| `DODE_TOKEN` | API token | | `DODE_TOKEN` | API token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DODE_TTL` | The TTL of the TXT record used for the DNS challenge | | `DODE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email example@example.com --dns domeneshop --domains example.com run
| `DOMENESHOP_API_TOKEN` | API token | | `DOMENESHOP_API_TOKEN` | API token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DOMENESHOP_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | `DOMENESHOP_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
### API credentials ### API credentials

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns dreamhost --domains my.example.org run
| `DREAMHOST_API_KEY` | The API key | | `DREAMHOST_API_KEY` | The API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DREAMHOST_TTL` | The TTL of the TXT record used for the DNS challenge | | `DREAMHOST_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns duckdns --domains my.example.org run
| `DUCKDNS_TOKEN` | Account token | | `DUCKDNS_TOKEN` | Account token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DUCKDNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `DUCKDNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns dyn --domains my.example.org run
| `DYN_USER_NAME` | User name | | `DYN_USER_NAME` | User name |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DYN_TTL` | The TTL of the TXT record used for the DNS challenge | | `DYN_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns dynu --domains my.example.org run
| `DYNU_API_KEY` | API key | | `DYNU_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `DYNU_TTL` | The TTL of the TXT record used for the DNS challenge | | `DYNU_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns easydns --domains my.example.org run
| `EASYDNS_TOKEN` | API Token | | `EASYDNS_TOKEN` | API Token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `EASYDNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `EASYDNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
To test with the sandbox environment set ```EASYDNS_ENDPOINT=https://sandbox.rest.easydns.net``` To test with the sandbox environment set ```EASYDNS_ENDPOINT=https://sandbox.rest.easydns.net```

View file

@ -48,7 +48,7 @@ lego --email you@example.com --dns edgedns --domains my.example.org run
| `AKAMAI_HOST` | API host, managed by the Akamai EdgeGrid client | | `AKAMAI_HOST` | API host, managed by the Akamai EdgeGrid client |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -60,7 +60,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `AKAMAI_TTL` | The TTL of the TXT record used for the DNS challenge | | `AKAMAI_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
Akamai's credentials are automatically detected in the following locations and prioritized in the following order: Akamai's credentials are automatically detected in the following locations and prioritized in the following order:

View file

@ -46,7 +46,7 @@ lego --email you@example.com --dns efficientip --domains my.example.org run
| `EFFICIENTIP_USERNAME` | Username | | `EFFICIENTIP_USERNAME` | Username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `EFFICIENTIP_VIEW_NAME` | View name (ex: external) | | `EFFICIENTIP_VIEW_NAME` | View name (ex: external) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns epik --domains my.example.org run
| `EPIK_SIGNATURE` | Epik API signature (https://registrar.epik.com/account/api-settings/) | | `EPIK_SIGNATURE` | Epik API signature (https://registrar.epik.com/account/api-settings/) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `EPIK_TTL` | The TTL of the TXT record used for the DNS challenge | | `EPIK_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns exoscale --domains my.example.org run
| `EXOSCALE_API_SECRET` | API secret | | `EXOSCALE_API_SECRET` | API secret |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `EXOSCALE_TTL` | The TTL of the TXT record used for the DNS challenge | | `EXOSCALE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns freemyip --domains my.example.org run
| `FREEMYIP_TOKEN` | Account token | | `FREEMYIP_TOKEN` | Account token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `FREEMYIP_TTL` | The TTL of the TXT record used for the DNS challenge | | `FREEMYIP_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns gandi --domains my.example.org run
| `GANDI_API_KEY` | API key | | `GANDI_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GANDI_TTL` | The TTL of the TXT record used for the DNS challenge | | `GANDI_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -41,7 +41,7 @@ lego --email you@example.com --dns gandiv5 --domains my.example.org run
| `GANDIV5_PERSONAL_ACCESS_TOKEN` | Personal Access Token | | `GANDIV5_PERSONAL_ACCESS_TOKEN` | Personal Access Token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GANDIV5_TTL` | The TTL of the TXT record used for the DNS challenge | | `GANDIV5_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -47,7 +47,7 @@ GCE_PROJECT="gc-project-id" GCE_SERVICE_ACCOUNT_FILE="/path/to/svc/account/file.
| `GCE_SERVICE_ACCOUNT_FILE` | Account file path | | `GCE_SERVICE_ACCOUNT_FILE` | Account file path |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GCE_ZONE_ID` | Allows to skip the automatic detection of the zone | | `GCE_ZONE_ID` | Allows to skip the automatic detection of the zone |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns gcore --domains my.example.org run
| `GCORE_PERMANENT_API_TOKEN` | Permanent API token (https://gcore.com/blog/permanent-api-token-explained/) | | `GCORE_PERMANENT_API_TOKEN` | Permanent API token (https://gcore.com/blog/permanent-api-token-explained/) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GCORE_TTL` | The TTL of the TXT record used for the DNS challenge | | `GCORE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns glesys --domains my.example.org run
| `GLESYS_API_USER` | API user | | `GLESYS_API_USER` | API user |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GLESYS_TTL` | The TTL of the TXT record used for the DNS challenge | | `GLESYS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns godaddy --domains my.example.org run
| `GODADDY_API_SECRET` | API secret | | `GODADDY_API_SECRET` | API secret |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GODADDY_TTL` | The TTL of the TXT record used for the DNS challenge | | `GODADDY_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
GoDaddy has recently (2024-04) updated the account requirements to access parts of their production Domains API: GoDaddy has recently (2024-04) updated the account requirements to access parts of their production Domains API:

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns googledomains --domains my.example.org run
| `GOOGLE_DOMAINS_ACCESS_TOKEN` | Access token | | `GOOGLE_DOMAINS_ACCESS_TOKEN` | Access token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `GOOGLE_DOMAINS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | `GOOGLE_DOMAINS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns hetzner --domains my.example.org run
| `HETZNER_API_KEY` | API key | | `HETZNER_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `HETZNER_TTL` | The TTL of the TXT record used for the DNS challenge | | `HETZNER_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns hostingde --domains my.example.org run
| `HOSTINGDE_API_KEY` | API key | | `HOSTINGDE_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `HOSTINGDE_ZONE_NAME` | Zone name in ACE format | | `HOSTINGDE_ZONE_NAME` | Zone name in ACE format |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -41,7 +41,7 @@ lego --email you@example.com --dns hosttech --domains my.example.org run
| `HOSTTECH_PASSWORD` | API password | | `HOSTTECH_PASSWORD` | API password |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `HOSTTECH_TTL` | The TTL of the TXT record used for the DNS challenge | | `HOSTTECH_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns httpnet --domains my.example.org run
| `HTTPNET_API_KEY` | API key | | `HTTPNET_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `HTTPNET_ZONE_NAME` | Zone name in ACE format | | `HTTPNET_ZONE_NAME` | Zone name in ACE format |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -41,7 +41,7 @@ lego --email you@example.com --dns httpreq --domains my.example.org run
| `HTTPREQ_MODE` | `RAW`, none | | `HTTPREQ_MODE` | `RAW`, none |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `HTTPREQ_USERNAME` | Basic authentication username | | `HTTPREQ_USERNAME` | Basic authentication username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -43,7 +43,7 @@ lego --email you@example.com --dns hurricane --domains my.example.org --domains
| `HURRICANE_TOKENS` | TXT record names and tokens | | `HURRICANE_TOKENS` | TXT record names and tokens |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -46,7 +46,7 @@ lego --email you@example.com --dns hyperone --domains my.example.org run
| `HYPERONE_TTL` | The TTL of the TXT record used for the DNS challenge | | `HYPERONE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns ibmcloud --domains my.example.org run
| `SOFTLAYER_USERNAME` | Username (IBM Cloud is <accountID>_<emailAddress>) | | `SOFTLAYER_USERNAME` | Username (IBM Cloud is <accountID>_<emailAddress>) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `SOFTLAYER_TTL` | The TTL of the TXT record used for the DNS challenge | | `SOFTLAYER_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns iij --domains my.example.org run
| `IIJ_DO_SERVICE_CODE` | DO service code | | `IIJ_DO_SERVICE_CODE` | DO service code |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -56,7 +56,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `IIJ_TTL` | The TTL of the TXT record used for the DNS challenge | | `IIJ_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns iijdpf --domains my.example.org run
| `IIJ_DPF_DPM_SERVICE_CODE` | IIJ Managed DNS Service's service code | | `IIJ_DPF_DPM_SERVICE_CODE` | IIJ Managed DNS Service's service code |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `IIJ_DPF_TTL` | The TTL of the TXT record used for the DNS challenge, default to 300 | | `IIJ_DPF_TTL` | The TTL of the TXT record used for the DNS challenge, default to 300 |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns infoblox --domains my.example.org run
| `INFOBLOX_USERNAME` | Account Username | | `INFOBLOX_USERNAME` | Account Username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `INFOBLOX_WAPI_VERSION` | The version of WAPI being used, default: 2.11 | | `INFOBLOX_WAPI_VERSION` | The version of WAPI being used, default: 2.11 |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
When creating an API's user ensure it has the proper permissions for the view you are working with. When creating an API's user ensure it has the proper permissions for the view you are working with.

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns infomaniak --domains my.example.org run
| `INFOMANIAK_ACCESS_TOKEN` | Access token | | `INFOMANIAK_ACCESS_TOKEN` | Access token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `INFOMANIAK_TTL` | The TTL of the TXT record used for the DNS challenge in seconds | | `INFOMANIAK_TTL` | The TTL of the TXT record used for the DNS challenge in seconds |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Access token ## Access token

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns internetbs --domains my.example.org run
| `INTERNET_BS_PASSWORD` | API password | | `INTERNET_BS_PASSWORD` | API password |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `INTERNET_BS_TTL` | The TTL of the TXT record used for the DNS challenge | | `INTERNET_BS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -48,7 +48,7 @@ lego --email you@example.com --dns inwx --domains my.example.org run
| `INWX_USERNAME` | Username | | `INWX_USERNAME` | Username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -62,7 +62,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `INWX_TTL` | The TTL of the TXT record used for the DNS challenge | | `INWX_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns ionos --domains my.example.org run
| `IONOS_API_KEY` | API key `<prefix>.<secret>` https://developer.hosting.ionos.com/docs/getstarted | | `IONOS_API_KEY` | API key `<prefix>.<secret>` https://developer.hosting.ionos.com/docs/getstarted |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `IONOS_TTL` | The TTL of the TXT record used for the DNS challenge | | `IONOS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns ipv64 --domains my.example.org run
| `IPV64_API_KEY` | Account API Key | | `IPV64_API_KEY` | Account API Key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `IPV64_TTL` | The TTL of the TXT record used for the DNS challenge | | `IPV64_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns iwantmyname --domains my.example.org run
| `IWANTMYNAME_USERNAME` | API username | | `IWANTMYNAME_USERNAME` | API username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `IWANTMYNAME_TTL` | The TTL of the TXT record used for the DNS challenge | | `IWANTMYNAME_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -56,7 +56,7 @@ lego --email you@example.com --dns joker --domains my.example.org run
| `JOKER_USERNAME` | Joker.com username | | `JOKER_USERNAME` | Joker.com username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -70,7 +70,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `JOKER_TTL` | The TTL of the TXT record used for the DNS challenge | | `JOKER_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## SVC mode ## SVC mode

View file

@ -40,7 +40,7 @@ lego --email myemail@example.com --dns liara --domains my.example.org run
| `LIARA_API_KEY` | The API key | | `LIARA_API_KEY` | The API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LIARA_TTL` | The TTL of the TXT record used for the DNS challenge | | `LIARA_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -39,7 +39,7 @@ _Please contribute by adding a CLI example._
| `DNS_ZONE` | Domain name of the DNS zone | | `DNS_ZONE` | Domain name of the DNS zone |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -51,7 +51,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LIGHTSAIL_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | `LIGHTSAIL_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns linode --domains my.example.org run
| `LINODE_TOKEN` | API token | | `LINODE_TOKEN` | API token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LINODE_TTL` | The TTL of the TXT record used for the DNS challenge | | `LINODE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns liquidweb --domains my.example.org run
| `LWAPI_USERNAME` | Liquid Web API Username | | `LWAPI_USERNAME` | Liquid Web API Username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LWAPI_ZONE` | DNS Zone | | `LWAPI_ZONE` | DNS Zone |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email my@email.com --dns loopia --domains my.domain.com run
| `LOOPIA_API_USER` | API username | | `LOOPIA_API_USER` | API username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -56,7 +56,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LOOPIA_TTL` | The TTL of the TXT record used for the DNS challenge | | `LOOPIA_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
### API user ### API user

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns luadns --domains my.example.org run
| `LUADNS_API_USERNAME` | Username (your email) | | `LUADNS_API_USERNAME` | Username (your email) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LUADNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `LUADNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns mailinabox --domains my.example.org run
| `MAILINABOX_PASSWORD` | User password | | `MAILINABOX_PASSWORD` | User password |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `MAILINABOX_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | `MAILINABOX_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns metaname --domains my.example.org run
| `METANAME_API_KEY` | API Key | | `METANAME_API_KEY` | API Key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `METANAME_TTL` | The TTL of the TXT record used for the DNS challenge | | `METANAME_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns mydnsjp --domains my.example.org run
| `MYDNSJP_PASSWORD` | Password | | `MYDNSJP_PASSWORD` | Password |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `MYDNSJP_TTL` | The TTL of the TXT record used for the DNS challenge | | `MYDNSJP_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns mythicbeasts --domains my.example.org run
| `MYTHICBEASTS_USERNAME` | User name | | `MYTHICBEASTS_USERNAME` | User name |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `MYTHICBEASTS_TTL` | The TTL of the TXT record used for the DNS challenge | | `MYTHICBEASTS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
If you are using specific API keys, then the username is the API ID for your API key, and the password is the API secret. If you are using specific API keys, then the username is the API ID for your API key, and the password is the API secret.

View file

@ -47,7 +47,7 @@ lego --email you@example.com --dns namecheap --domains my.example.org run
| `NAMECHEAP_API_USER` | API user | | `NAMECHEAP_API_USER` | API user |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NAMECHEAP_TTL` | The TTL of the TXT record used for the DNS challenge | | `NAMECHEAP_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns namedotcom --domains my.example.org run
| `NAMECOM_USERNAME` | Username | | `NAMECOM_USERNAME` | Username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NAMECOM_TTL` | The TTL of the TXT record used for the DNS challenge | | `NAMECOM_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns namesilo --domains my.example.org run
| `NAMESILO_API_KEY` | Client ID | | `NAMESILO_API_KEY` | Client ID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NAMESILO_TTL` | The TTL of the TXT record used for the DNS challenge, should be in [3600, 2592000] | | `NAMESILO_TTL` | The TTL of the TXT record used for the DNS challenge, should be in [3600, 2592000] |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns nearlyfreespeech --domains my.example.org run
| `NEARLYFREESPEECH_LOGIN` | Username for API requests | | `NEARLYFREESPEECH_LOGIN` | Username for API requests |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -56,7 +56,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NEARLYFREESPEECH_TTL` | The TTL of the TXT record used for the DNS challenge | | `NEARLYFREESPEECH_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns netcup --domains my.example.org run
| `NETCUP_CUSTOMER_NUMBER` | Customer number | | `NETCUP_CUSTOMER_NUMBER` | Customer number |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NETCUP_TTL` | The TTL of the TXT record used for the DNS challenge | | `NETCUP_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns netlify --domains my.example.org run
| `NETLIFY_TOKEN` | Token | | `NETLIFY_TOKEN` | Token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NETLIFY_TTL` | The TTL of the TXT record used for the DNS challenge | | `NETLIFY_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -61,7 +61,7 @@ lego --email you@example.com --dns nicmanager --domains my.example.org run
| `NICMANAGER_API_USERNAME` | Username, used for Username-based login | | `NICMANAGER_API_USERNAME` | Username, used for Username-based login |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -76,7 +76,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NICMANAGER_TTL` | The TTL of the TXT record used for the DNS challenge | | `NICMANAGER_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description ## Description

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns nifcloud --domains my.example.org run
| `NIFCLOUD_SECRET_ACCESS_KEY` | Secret access key | | `NIFCLOUD_SECRET_ACCESS_KEY` | Secret access key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NIFCLOUD_TTL` | The TTL of the TXT record used for the DNS challenge | | `NIFCLOUD_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns njalla --domains my.example.org run
| `NJALLA_TOKEN` | API token | | `NJALLA_TOKEN` | API token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NJALLA_TTL` | The TTL of the TXT record used for the DNS challenge | | `NJALLA_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email myemail@example.com --dns nodion --domains my.example.org run
| `NODION_API_TOKEN` | The API token | | `NODION_API_TOKEN` | The API token |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NODION_TTL` | The TTL of the TXT record used for the DNS challenge | | `NODION_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -40,7 +40,7 @@ lego --email you@example.com --dns ns1 --domains my.example.org run
| `NS1_API_KEY` | API key | | `NS1_API_KEY` | API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `NS1_TTL` | The TTL of the TXT record used for the DNS challenge | | `NS1_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -52,7 +52,7 @@ lego --email you@example.com --dns oraclecloud --domains my.example.org run
| `OCI_USER_OCID` | User OCID | | `OCI_USER_OCID` | User OCID |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -64,7 +64,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `OCI_TTL` | The TTL of the TXT record used for the DNS challenge | | `OCI_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -41,7 +41,7 @@ _Please contribute by adding a CLI example._
| `OTC_USER_NAME` | User name | | `OTC_USER_NAME` | User name |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `OTC_TTL` | The TTL of the TXT record used for the DNS challenge | | `OTC_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -57,7 +57,7 @@ lego --email you@example.com --dns ovh --domains my.example.org run
| `OVH_ENDPOINT` | Endpoint URL (ovh-eu or ovh-ca) | | `OVH_ENDPOINT` | Endpoint URL (ovh-eu or ovh-ca) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -70,7 +70,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `OVH_TTL` | The TTL of the TXT record used for the DNS challenge | | `OVH_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Application Key and Secret ## Application Key and Secret

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns pdns --domains my.example.org run
| `PDNS_API_URL` | API URL | | `PDNS_API_URL` | API URL |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `PDNS_TTL` | The TTL of the TXT record used for the DNS challenge | | `PDNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Information ## Information

View file

@ -44,7 +44,7 @@ lego --email you@example.com --dns plesk --domains my.example.org run
| `PLESK_USERNAME` | API username | | `PLESK_USERNAME` | API username |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `PLESK_TTL` | The TTL of the TXT record used for the DNS challenge | | `PLESK_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns porkbun --domains my.example.org run
| `PORKBUN_SECRET_API_KEY` | secret API key | | `PORKBUN_SECRET_API_KEY` | secret API key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `PORKBUN_TTL` | The TTL of the TXT record used for the DNS challenge | | `PORKBUN_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

View file

@ -42,7 +42,7 @@ lego --email you@example.com --dns rackspace --domains my.example.org run
| `RACKSPACE_USER` | API user | | `RACKSPACE_USER` | API user |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration ## Additional Configuration
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `RACKSPACE_TTL` | The TTL of the TXT record used for the DNS challenge | | `RACKSPACE_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{< ref "dns#configuration-and-credentials" >}}). More information [here]({{% ref "dns#configuration-and-credentials" %}}).

Some files were not shown because too many files have changed in this diff Show more