1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 09:15:11 +02:00
lego/docs/content/dns/zz_gen_httpnet.md

69 lines
1.8 KiB
Markdown
Raw Normal View History

2023-09-20 03:40:26 +02:00
---
title: "http.net"
date: 2019-03-03T16:39:46+01:00
draft: false
slug: httpnet
dnsprovider:
since: "v4.15.0"
code: "httpnet"
url: "https://www.http.net/"
---
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/httpnet/httpnet.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Configuration for [http.net](https://www.http.net/).
<!--more-->
- Code: `httpnet`
- Since: v4.15.0
Here is an example bash command using the http.net provider:
```bash
HTTPNET_API_KEY=xxxxxxxx \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns httpnet -d '*.example.com' -d example.com run
2023-09-20 03:40:26 +02:00
```
## Credentials
| Environment Variable Name | Description |
|-----------------------|-------------|
| `HTTPNET_API_KEY` | API 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" %}}).
2023-09-20 03:40:26 +02:00
## Additional Configuration
| Environment Variable Name | Description |
|--------------------------------|-------------|
| `HTTPNET_HTTP_TIMEOUT` | API request timeout |
| `HTTPNET_POLLING_INTERVAL` | Time between DNS propagation check |
| `HTTPNET_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
| `HTTPNET_TTL` | The TTL of the TXT record used for the DNS challenge |
| `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.
2024-08-14 23:55:11 +02:00
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
2023-09-20 03:40:26 +02:00
## More information
- [API documentation](https://www.http.net/docs/api/#dns)
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/httpnet/httpnet.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->