diff --git a/dnsapi2.md b/dnsapi2.md index 90675735..2e55e3f7 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -1580,6 +1580,26 @@ To issue a wildcard certificate, run command: ./acme.sh --issue --dns dns_rage4 -d example.com -d *.example.com ``` +## 153. Use GCore DNS API + +Login to your [GCore](https://accounts.gcore.com/profile/api-tokens) account and create an API Key. + +```sh +export GCORE_KEY="your_gcore_api_key" +``` + +To issue a cert, run command: + +```sh +./acme.sh --issue --dns dns_gcore -d example.com +``` + +To issue a wildcard certificate, run command: + +```sh +./acme.sh --issue --dns dns_gcore -d example.com -d \*.example.com +``` + # ################## # Use custom API