From 641412c44b78954b3e48191758991c37fc389535 Mon Sep 17 00:00:00 2001 From: Philipp Bandow <43735306+philband@users.noreply.github.com> Date: Thu, 7 May 2020 15:54:41 +0200 Subject: [PATCH] Add Njalla DNS API --- dnsapi.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index f34b71a..8d59e47 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2179,6 +2179,19 @@ acme.sh --issue --dns dns_df -d example.com -d www.example.com The `df_user` and `df_password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 108. Use Njalla API + +``` +export NJALLA_Token="XXX" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_njalla -d example.com -d www.example.com +``` + +Please report any bugs here: https://github.com/acmesh-official/acme.sh/issues/2913 + # Use custom API