Updated dnsapi2 (markdown)

Stefan Bottelier
2026-03-02 13:52:01 +01:00
parent eae2376692
commit b63c8b66c7

@@ -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.