Updated dnsapi2 (markdown)
parent
f7247d54d6
commit
1766f143eb
26
dnsapi2.md
26
dnsapi2.md
|
@ -34,7 +34,7 @@
|
||||||
- [109. Use Vercel API](#dns_vercel)
|
- [109. Use Vercel API](#dns_vercel)
|
||||||
- [110. Use Hetzner DNS API](#dns_hetzner)
|
- [110. Use Hetzner DNS API](#dns_hetzner)
|
||||||
- [111. Use kapper.net DNS API](#dns_kappernet)
|
- [111. Use kapper.net DNS API](#dns_kappernet)
|
||||||
- [112. Use Wedos API](#dns_wedos)
|
- [112. -------](-------)
|
||||||
- [113. Use Shellrent API](#dns_shellrent)
|
- [113. Use Shellrent API](#dns_shellrent)
|
||||||
- [114. Use OpenStack domain API](#dns_openstack)
|
- [114. Use OpenStack domain API](#dns_openstack)
|
||||||
- [115. Use Netlify API](#dns_netlify)
|
- [115. Use Netlify API](#dns_netlify)
|
||||||
|
@ -1006,31 +1006,11 @@ Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issu
|
||||||
|
|
||||||
<a name="dns_wedos"/>
|
<a name="dns_wedos"/>
|
||||||
|
|
||||||
## 112. Use Wedos API
|
## 112. -------
|
||||||
|
|
||||||
First create your WAPI password and add your IP address to access list at customer portal.
|
---------
|
||||||
For more info visit, https://kb.wedos.com/en/kategorie/wapi-api-interface/
|
|
||||||
|
|
||||||
Set variables:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
export WEDOS_User='xxx@xxx.xx'
|
|
||||||
export WEDOS_Pass='xxx123'
|
|
||||||
or use sha1 hash of WEDOS_Pass directly
|
|
||||||
export WEDOS_Hash='xxxxxxxxxx'
|
|
||||||
```
|
|
||||||
|
|
||||||
Issue your certs:
|
|
||||||
```sh
|
|
||||||
./acme.sh --issue --dns dns_wedos -d example.com -d *.example.com
|
|
||||||
```
|
|
||||||
|
|
||||||
WEDOS_User and WEDOS_Hash will be stored in `~/.acme.sh/account.conf` and will be reused when needed.
|
|
||||||
|
|
||||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2981)
|
|
||||||
|
|
||||||
|
|
||||||
<a name="dns_shellrent"/>
|
|
||||||
|
|
||||||
## 113. Use Shellrent API
|
## 113. Use Shellrent API
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue