1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-21 13:25:48 +02:00

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
env:
GO_VERSION: stable
HUGO_VERSION: 0.117.0
HUGO_VERSION: 0.131.0
CGO_ENABLED: 0
steps:

View File

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

View File

@ -1,12 +1,10 @@
---
title: "Welcome"
title: "Lego"
date: 2019-03-03T16:39:46+01:00
draft: false
chapter: true
chapter: false
---
# Lego
Let's Encrypt client and ACME library written in Go.
## Features
@ -25,7 +23,7 @@ Let's Encrypt client and ACME library written in Go.
- TLS (tls-alpn-01)
- SAN certificate support
- [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" >}})
- [Custom challenge solvers]({{< ref "usage/library/Writing-a-Challenge-Solver" >}})
- Comes with multiple optional [DNS providers]({{% ref "dns" %}})
- [Custom challenge solvers]({{% ref "usage/library/Writing-a-Challenge-Solver" %}})
- Certificate bundling
- 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:
```console
```bash
$ CLOUDFLARE_EMAIL=you@example.com \
CLOUDFLARE_API_KEY=b9841238feb177a84330febba8a83208921177bffe733 \
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:
```console
```bash
$ cat /the/path/to/my/key
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. |
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) |
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
@ -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 |
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 |
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
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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). |
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
@ -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 |
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 |
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
@ -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 |
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

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 |
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
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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) |
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

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 |
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
@ -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 |
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) |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -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 |
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 |
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
@ -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) |
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

View File

@ -40,7 +40,7 @@ lego --email you@example.com --dns digitalocean --domains my.example.org run
| `DO_AUTH_TOKEN` | Authentication token |
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
@ -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 |
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 |
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
@ -58,7 +58,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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 |
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
@ -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 |
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

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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
More information [here]({{% ref "dns#configuration-and-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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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```

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 |
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
@ -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 |
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:

View File

@ -46,7 +46,7 @@ lego --email you@example.com --dns efficientip --domains my.example.org run
| `EFFICIENTIP_USERNAME` | Username |
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
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `EFFICIENTIP_VIEW_NAME` | View name (ex: external) |
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/) |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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/) |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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:

View File

@ -40,7 +40,7 @@ lego --email you@example.com --dns googledomains --domains my.example.org run
| `GOOGLE_DOMAINS_ACCESS_TOKEN` | Access token |
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
@ -52,7 +52,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -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 |
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 |
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
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -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 |
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 |
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
@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `HTTPREQ_USERNAME` | Basic authentication username |
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

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 |
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 |
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

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>) |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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.

View File

@ -40,7 +40,7 @@ lego --email you@example.com --dns infomaniak --domains my.example.org run
| `INFOMANIAK_ACCESS_TOKEN` | Access token |
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
@ -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 |
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

View File

@ -42,7 +42,7 @@ lego --email you@example.com --dns internetbs --domains my.example.org run
| `INTERNET_BS_PASSWORD` | API password |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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

View File

@ -40,7 +40,7 @@ lego --email myemail@example.com --dns liara --domains my.example.org run
| `LIARA_API_KEY` | The API key |
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
@ -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 |
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 |
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
@ -51,7 +51,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Description

View File

@ -40,7 +40,7 @@ lego --email you@example.com --dns linode --domains my.example.org run
| `LINODE_TOKEN` | API token |
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
@ -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 |
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 |
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
@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `LWAPI_ZONE` | DNS Zone |
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 |
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
@ -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 |
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

View File

@ -42,7 +42,7 @@ lego --email you@example.com --dns luadns --domains my.example.org run
| `LUADNS_API_USERNAME` | Username (your email) |
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
@ -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 |
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 |
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
@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| `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.
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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.

View File

@ -47,7 +47,7 @@ lego --email you@example.com --dns namecheap --domains my.example.org run
| `NAMECHEAP_API_USER` | API user |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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] |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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

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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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) |
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
@ -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 |
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

View File

@ -42,7 +42,7 @@ lego --email you@example.com --dns pdns --domains my.example.org run
| `PDNS_API_URL` | API URL |
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
@ -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 |
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

View File

@ -44,7 +44,7 @@ lego --email you@example.com --dns plesk --domains my.example.org run
| `PLESK_USERNAME` | API username |
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
@ -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 |
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 |
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
@ -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 |
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 |
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
@ -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 |
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