mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-14 12:12:14 +08:00
Add mgw-media.de DNS API
21
dnsapi2.md
21
dnsapi2.md
@@ -114,6 +114,7 @@
|
|||||||
- [190. Use Infoblox UDDI DNS API](#dns_infoblox_uddi)
|
- [190. Use Infoblox UDDI DNS API](#dns_infoblox_uddi)
|
||||||
- [191. Use HostUp DNS API](#dns_hostup)
|
- [191. Use HostUp DNS API](#dns_hostup)
|
||||||
- [192. Use Sotoon domain API](#dns_sotoon)
|
- [192. Use Sotoon domain API](#dns_sotoon)
|
||||||
|
- [193. Use mgw-media.de DNS API](#dns_mgwm)
|
||||||
- [Use custom API](#dns_myapi)
|
- [Use custom API](#dns_myapi)
|
||||||
- [Use lexicon DNS API](#dns_lexicon)
|
- [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)
|
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"/>
|
<a name="dns_myapi"/>
|
||||||
|
|
||||||
## Use custom API
|
## Use custom API
|
||||||
|
|||||||
Reference in New Issue
Block a user