1
0
mirror of https://github.com/go-acme/lego.git synced 2025-04-26 17:23:12 +02:00
lego/docs/content/dns/zz_gen_cloudxns.md

67 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

---
2024-11-06 23:58:56 +01:00
title: "CloudXNS (Deprecated)"
date: 2019-03-03T16:39:46+01:00
draft: false
slug: cloudxns
2022-06-17 00:25:42 +02:00
dnsprovider:
since: "v0.5.0"
code: "cloudxns"
2024-11-06 23:58:56 +01:00
url: "https://github.com/go-acme/lego/issues/2323"
---
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/cloudxns/cloudxns.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
2024-11-06 23:58:56 +01:00
The CloudXNS DNS provider has shut down.
<!--more-->
- Code: `cloudxns`
2022-06-17 00:25:42 +02:00
- Since: v0.5.0
2024-11-06 23:58:56 +01:00
Here is an example bash command using the CloudXNS (Deprecated) provider:
```bash
CLOUDXNS_API_KEY=xxxx \
CLOUDXNS_SECRET_KEY=yyyy \
2024-11-07 23:55:04 +01:00
lego --email you@example.com --dns cloudxns -d '*.example.com' -d example.com run
```
## Credentials
| Environment Variable Name | Description |
|-----------------------|-------------|
| `CLOUDXNS_API_KEY` | The API key |
2020-09-30 00:27:08 +02:00
| `CLOUDXNS_SECRET_KEY` | The API secret key |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
2024-08-14 23:55:11 +02:00
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
## Additional Configuration
| Environment Variable Name | Description |
|--------------------------------|-------------|
| `CLOUDXNS_HTTP_TIMEOUT` | API request timeout in seconds (Default: ) |
| `CLOUDXNS_POLLING_INTERVAL` | Time between DNS propagation check in seconds (Default: ) |
| `CLOUDXNS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation in seconds (Default: ) |
| `CLOUDXNS_TTL` | The TTL of the TXT record used for the DNS challenge in seconds (Default: ) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
2024-08-14 23:55:11 +02:00
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/cloudxns/cloudxns.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->