Add Vercel

master
Kristoffer 2020-05-07 19:48:19 +02:00
parent 42c30ac853
commit 1bd0fbe403
1 changed files with 13 additions and 0 deletions

@ -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 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 # Use custom API
If your API is not supported yet, you can write your own DNS API. If your API is not supported yet, you can write your own DNS API.