Adding Mythic Beasts usage before PR

master
Richard Case 2021-12-10 01:23:37 +00:00
parent 848ff61a0a
commit 6fd81fb0ff
1 changed files with 21 additions and 0 deletions

@ -2775,6 +2775,27 @@ The `DNSHOME_Subdomain` and `DNSHOME_SubdomainPassword` will be saved in `~/.acm
Please report any issue to [https://github.com/acmesh-official/acme.sh/issues/3819](https://github.com/acmesh-official/acme.sh/issues/3819) Please report any issue to [https://github.com/acmesh-official/acme.sh/issues/3819](https://github.com/acmesh-official/acme.sh/issues/3819)
## 139. Use mythic-beasts.com DNS API
First obtain you API key from the control panel.
```sh
export MB_AK="Key"
export MB_AS="Secret"
```
Ok, let's issue a cert now:
```sh
acme.sh --issue --dns dns_mythic_beasts --domain example.com
```
The credentials will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Please report any issue to [https://github.com/acmesh-official/acme.sh/issues/3848](https://github.com/acmesh-official/acme.sh/issues/3848)
# ##################
# Use custom API # Use custom API
If your API is not supported yet, you can write your own DNS API. If your API is not supported yet, you can write your own DNS API.