From 2a9a74724ca758524e1da6177af9e87d7d7cba95 Mon Sep 17 00:00:00 2001
From: rettler-pupil <155454030+rettler-pupil@users.noreply.github.com>
Date: Mon, 28 Jul 2025 11:49:21 +0200
Subject: [PATCH] Updated dnsapi2 (markdown)
---
dnsapi2.md | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dnsapi2.md b/dnsapi2.md
index 8f48b95..b61e393 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -108,7 +108,6 @@
- [184. Use EfficienIP DNS API](#dns_efficientip)
- [185. Use WEXBO DNS API](#dns_wexbo)
- [186. Use Wärner Technologie Services DNS-API](#dns_wts)
-- [187. Use Link11 Secure DNS DNS-API](#dns_link11)
- [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon)
@@ -2764,24 +2763,6 @@ To issue a cert, run command:
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/4419)
-
-
-## 187. Use Link11 Secure DNS DNS-API
-
-Login to your [Link11](https://webgui.link11.com/) Account, follow the [instructions](https://docs.link11.com/product-guides/secure-dns/interface/api-access) to create an API Key.
-
-```sh
-export LINK11_API_KEY="your_api_key"
-```
-
-To issue a cert, run command:
-
-```sh
-./acme.sh --issue --dns dns_link11 -d example.com -d *.example.com
-```
-
-Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6375)
-
## Use custom API