mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-17 06:12:15 +08:00
added global key option for transip (106)
@@ -702,6 +702,10 @@ you can add this trusted root CA with
|
|||||||
```
|
```
|
||||||
|
|
||||||
This script will create a new access token with a default lifetime of 30 minutes. Note that these tokens are by default IP-whitelisted and will not work if your IP is not whitelisted in the Transip control panel.
|
This script will create a new access token with a default lifetime of 30 minutes. Note that these tokens are by default IP-whitelisted and will not work if your IP is not whitelisted in the Transip control panel.
|
||||||
|
If you cannot work with IP whiltelisting, then make sure you create a key with `Only allow whitelisted IP's` unchecked and set the environment variable as follows:
|
||||||
|
```sh
|
||||||
|
export TRANSIP_Token_Global_Key="true"
|
||||||
|
```
|
||||||
|
|
||||||
To issue a cert:
|
To issue a cert:
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user