From b63c8b66c73101aa0e2a2a914ac02c9d97295aea Mon Sep 17 00:00:00 2001
From: Stefan Bottelier <109357022+0x53746566616E@users.noreply.github.com>
Date: Mon, 2 Mar 2026 13:52:01 +0100
Subject: [PATCH] Updated dnsapi2 (markdown)
---
dnsapi2.md | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/dnsapi2.md b/dnsapi2.md
index 52f4e68..1c3fdf0 100644
--- a/dnsapi2.md
+++ b/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)
+
+
+## 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/)
+
-
-
## Use custom API
If your API is not supported yet, you can write your own DNS API.