mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-18 20:03:55 +08:00
Updated dnsapi2 (markdown)
24
dnsapi2.md
24
dnsapi2.md
@@ -119,6 +119,7 @@
|
||||
- [195. Use OPusDNS DNS API](#dns_opusdns)
|
||||
- [196. Use CZECHIA.COM DNS API](#dns_czechia)
|
||||
- [197. Use Calrissia.be DNS API](#dns_calrissia)
|
||||
- [198. Use bHosted.nl DNS API](#dns_bhosted)
|
||||
- [Use custom API](#dns_myapi)
|
||||
- [Use lexicon DNS API](#dns_lexicon)
|
||||
|
||||
@@ -3044,9 +3045,28 @@ acme.sh --issue --dns dns_calrissia -d example.com -d *.example.com
|
||||
|
||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6809)
|
||||
|
||||
<a name="dns_bhosted"/>
|
||||
|
||||
## 106. Use bHosted domain API:
|
||||
|
||||
First you need to login to your bHosted account(https://www.bhosted.nl/login) to Webservices -> "IP adressen" and disable the function "[Zet de controle op IP adressen uit]"
|
||||
|
||||
Contact the bHosted.nl Support for your MD5 Password (info@bhosted.nl)
|
||||
|
||||
```sh
|
||||
export BHOSTED_Username="Username"
|
||||
export BHOSTED_Password="MD5 Password"
|
||||
export BHOSTED_TTL="300"
|
||||
```
|
||||
|
||||
To issue a cert:
|
||||
```sh
|
||||
./acme.sh --issue --dns dns_bhosted -d example.nl --dnssleep 120 -d *.example.nl
|
||||
```
|
||||
|
||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/)
|
||||
|
||||
<a name="dns_myapi"/>
|
||||
|
||||
|
||||
## Use custom API
|
||||
|
||||
If your API is not supported yet, you can write your own DNS API.
|
||||
|
||||
Reference in New Issue
Block a user