1---
2title: "MythicBeasts"
3date: 2019-03-03T16:39:46+01:00
4draft: false
5slug: mythicbeasts
6---
7
8<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
9<!-- providers/dns/mythicbeasts/mythicbeasts.toml -->
10<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
11
12Since: v0.3.7
13
14Configuration for [MythicBeasts](https://www.mythic-beasts.com/).
15
16
17<!--more-->
18
19- Code: `mythicbeasts`
20
21Here is an example bash command using the MythicBeasts provider:
22
23```bash
24MYTHICBEASTS_USERNAME=myuser \
25MYTHICBEASTS_PASSWORD=mypass \
26lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
27```
28
29
30
31
32## Credentials
33
34| Environment Variable Name | Description |
35|-----------------------|-------------|
36| `MYTHICBEASTS_PASSWORD` | Password |
37| `MYTHICBEASTS_USERNAME` | User name |
38
39The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
40More information [here](/lego/dns/#configuration-and-credentials).
41
42
43## Additional Configuration
44
45| Environment Variable Name | Description |
46|--------------------------------|-------------|
47| `MYTHICBEASTS_API_ENDPOINT` | The endpoint for the API (must implement v2) |
48| `MYTHICBEASTS_AUTH_API_ENDPOINT` | The endpoint for Mythic Beasts' Authentication |
49| `MYTHICBEASTS_HTTP_TIMEOUT` | API request timeout |
50| `MYTHICBEASTS_POLLING_INTERVAL` | Time between DNS propagation check |
51| `MYTHICBEASTS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
52| `MYTHICBEASTS_TTL` | The TTL of the TXT record used for the DNS challenge |
53
54The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
55More information [here](/lego/dns/#configuration-and-credentials).
56
57If you are using specific API keys, then the username is the API ID for your API key, and the password is the API secret.
58
59Your API key name is not needed to operate lego.
60
61
62
63## More information
64
65- [API documentation](https://www.mythic-beasts.com/support/api/dnsv2)
66
67<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
68<!-- providers/dns/mythicbeasts/mythicbeasts.toml -->
69<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
70