Add mgw-media.de DNS API

Markus G.
2025-12-07 19:58:47 +01:00
parent 4654edb767
commit 251823599b

@@ -114,6 +114,7 @@
- [190. Use Infoblox UDDI DNS API](#dns_infoblox_uddi)
- [191. Use HostUp DNS API](#dns_hostup)
- [192. Use Sotoon domain API](#dns_sotoon)
- [193. Use mgw-media.de DNS API](#dns_mgwm)
- [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon)
@@ -2920,6 +2921,26 @@ The `Sotoon_Token`,`Sotoon_WorkspaceUUID`,`Sotoon_WorkspaceName` will be saved i
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6656)
<a name="dns_mgwm"/>
## 193. Use mgw-media.de DNS API
Login to your [mgw-media.de](https://mgw-media.de/) account, follow the [link](https://robot.mgw-media.de/misc-options.html) to the Domain Robot and copy your API Hash from the options page.
```sh
export MGWM_CUSTOMER="your_customer_number"
export MGWM_API_HASH="your_api_hash"
```
To issue a cert, run command:
```sh
./acme.sh --issue --dns dns_mgwm -d example.com -d *.example.com
```
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6669).
<a name="dns_myapi"/>
## Use custom API