From c93862b7ba96b70b5d3c13a7db16cfe7cbc86db7 Mon Sep 17 00:00:00 2001 From: TecSeeker Date: Fri, 4 Oct 2024 23:16:28 +0800 Subject: [PATCH] To avoid potential parsing errors when using the GCORE API key, it is recommended to use single quotes instead of double quotes in the example. This is especially important because the GCORE API key may contain a $ symbol, which can lead to the shell misinterpreting the key and causing errors. --- dnsapi2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi2.md b/dnsapi2.md index 7495749..0f933aa 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -1886,7 +1886,7 @@ Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issu Login to your [GCore](https://accounts.gcore.com/profile/api-tokens) account and create an API Key. ```sh -export GCORE_Key="" +export GCORE_Key='' ``` To issue a cert, run command: