From fb37a2a3d1519016323aaba5cf27e2c645b33e15 Mon Sep 17 00:00:00 2001 From: Amin Sharifi Date: Sun, 4 Jan 2026 16:58:44 +0330 Subject: [PATCH] Add dns_virakcloud provider --- dnsapi2.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index 80d3ca7..b6d78fa 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -115,6 +115,7 @@ - [191. Use HostUp DNS API](#dns_hostup) - [192. Use Sotoon domain API](#dns_sotoon) - [193. Use mgw-media.de DNS API](#dns_mgwm) +- [194. Use VirakCloud DNS API](#dns_virakcloud) - [Use custom API](#dns_myapi) - [Use lexicon DNS API](#dns_lexicon) @@ -2939,6 +2940,27 @@ To issue a cert, run command: Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6669). + + +## 194. Use VirakCloud DNS API + +1. Get your API Token from your VirakCloud account here: https://panel.virakcloud.com/web-service + +2. Export the token as an environment variable: + + ```sh + export VIRAKCLOUD_API_TOKEN="your-api-token" + ``` + +3. Issue the certificate: + + ```sh + ./acme.sh --issue --dns dns_virakcloud -d example.com -d www.example.com + ``` + + +Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6737) +