From 1bd0fbe40391038a42e1cdf6ed170fa0988602ce Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Thu, 7 May 2020 19:48:19 +0200 Subject: [PATCH] Add Vercel --- dnsapi.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 8d59e47..1090bee 100644 --- a/dnsapi.md +++ b/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.