mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-12 11:02:13 +08:00
Add Vercel
13
dnsapi.md
13
dnsapi.md
@@ -2193,6 +2193,19 @@ acme.sh --issue --dns dns_njalla -d example.com -d www.example.com
|
||||
Please report any bugs here: https://github.com/acmesh-official/acme.sh/issues/2913
|
||||
|
||||
|
||||
## 109. Use Vercel API
|
||||
|
||||
Obtain an account token from http://vercel.com/account/tokens.
|
||||
|
||||
```
|
||||
export VERCEL_TOKEN="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
||||
```
|
||||
|
||||
To issue a cert:
|
||||
```
|
||||
acme.sh --issue --dns dns_vercel -d example.com -d www.example.com
|
||||
```
|
||||
|
||||
# Use custom API
|
||||
|
||||
If your API is not supported yet, you can write your own DNS API.
|
||||
|
||||
Reference in New Issue
Block a user