-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
131 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
title: "Abion" | ||
date: 2019-03-03T16:39:46+01:00 | ||
draft: false | ||
slug: abion | ||
dnsprovider: | ||
since: "v4.20.0" | ||
code: "abion" | ||
url: "https://abion.com" | ||
--- | ||
|
||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> | ||
<!-- providers/dns/abion/abion.toml --> | ||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> | ||
|
||
|
||
Configuration for [Abion](https://abion.com). | ||
|
||
|
||
<!--more--> | ||
|
||
- Code: `abion` | ||
- Since: v4.20.0 | ||
|
||
|
||
Here is an example bash command using the Abion provider: | ||
|
||
```bash | ||
ABION_API_KEY="xxxxxxxxxxxx" \ | ||
lego --email [email protected] --dns abion --domains my.example.org run | ||
``` | ||
|
||
|
||
|
||
|
||
## Credentials | ||
|
||
| Environment Variable Name | Description | | ||
|-----------------------|-------------| | ||
| `ABION_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" %}}). | ||
|
||
|
||
## Additional Configuration | ||
|
||
| Environment Variable Name | Description | | ||
|--------------------------------|-------------| | ||
| `ABION_HTTP_TIMEOUT` | API request timeout | | ||
| `ABION_POLLING_INTERVAL` | Time between DNS propagation check | | ||
| `ABION_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | ||
| `ABION_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 | ||
|
||
- [API documentation](https://demo.abion.com/pmapi-doc/openapi-ui/index.html) | ||
|
||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> | ||
<!-- providers/dns/abion/abion.toml --> | ||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> |
Oops, something went wrong.