From 413ea579cff6ad540823be2a768a20a4a4e7b3af Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Tue, 22 Jul 2025 23:44:42 +0300 Subject: [PATCH] Specify DigitanOcean custom scopes --- dnsapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 20761ad..08d8152 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -692,7 +692,7 @@ The `KNOT_SERVER` and `KNOT_KEY` settings will be saved in `~/.acme.sh/account.c ## 20. Use DigitalOcean API (native) -You need to obtain a read and write capable API key from your DigitalOcean account. See: https://www.digitalocean.com/help/api/ +You need to obtain a personal access token with custom scopes domain/read and domain/update for your DigitalOcean account. See: https://www.digitalocean.com/help/api/ ```sh export DO_API_KEY=""