mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Updated dnsapi2 (markdown)
20
dnsapi2.md
20
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user