adding instructions for Bunny DNS

master
Shane Bishop 2022-09-07 09:53:37 -06:00
parent 171e075890
commit 68c89cf756
1 changed files with 18 additions and 0 deletions

@ -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