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.
parent
495dc16d22
commit
c93862b7ba
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue