From 339e5e6da87013fd03076ccaba9852e957d67385 Mon Sep 17 00:00:00 2001 From: Melody Smit Date: Sun, 16 Mar 2025 15:12:23 +0100 Subject: [PATCH] the pull request for dns_mijn_host uses mijn_host in the name (and api key) instead of mijnhost --- dnsapi2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi2.md b/dnsapi2.md index 33c6c47..353ab84 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -2419,7 +2419,7 @@ This script uses DNS API for [mijn.host](https://mijn.host/) dns service and is Before first execution define the following in sh (or bash): ```sh -export MIJNHOST_API_KEY="your API key" +export MIJN_HOST_API_KEY="your API key" ``` API keys can be generated in mijn.host customer portal [API settings](https://mijn.host/cp/account/api/). Be aware that the maximum @@ -2427,7 +2427,7 @@ lifetime for an API key is 6 months, so you'll need to update it regularly. To issue a cert: ```sh -./acme.sh --issue --dns dns_mijnhost -d example.com -d *.example.com +./acme.sh --issue --dns dns_mijn_host -d example.com -d *.example.com ``` Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6177)