From 68c89cf756d97660ba8d4d6a7c0286ec86f63bda Mon Sep 17 00:00:00 2001 From: Shane Bishop Date: Wed, 7 Sep 2022 09:53:37 -0600 Subject: [PATCH] adding instructions for Bunny DNS --- dnsapi.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index fa3558e..842c21e 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2994,6 +2994,24 @@ Now you cann issue a cert: Both, `YC_Folder_ID`, `YC_SA_ID`, `YC_SA_Key_ID`, `YC_SA_Key_File_PEM_b64` or `YC_SA_Key_File_Path` and `YC_Zone_ID` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 150. Use Bunny DNS API to automatically issue cert + +Find your API key at https://panel.bunny.net/account +Then export the key: + +```sh +export BUNNY_API_KEY="your-api-key-goes-here" +``` + +Then you can issue a cert: +```sh +./acme.sh --issue --dns dns_bunny -d example.com -d www.example.com +``` + +The `BUNNY_API_KEY` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + +If you find any bugs with the Bunny DNS API integration, please report them here: https://github.com/Neilpang/acme.sh/issues/4296 + # ################## # Use custom API