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