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.

master
TecSeeker 2024-10-04 23:16:28 +08:00
parent 495dc16d22
commit c93862b7ba
1 changed files with 1 additions and 1 deletions

@ -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. Login to your [GCore](https://accounts.gcore.com/profile/api-tokens) account and create an API Key.
```sh ```sh
export GCORE_Key="<your_gcore_api_key>" export GCORE_Key='<your_gcore_api_key>'
``` ```
To issue a cert, run command: To issue a cert, run command: