Don't play a blame card
parent
d1ad82af7b
commit
05a3aabc28
|
@ -885,7 +885,8 @@ First you need to login to your TransIP account to get your [private key](https:
|
|||
export TRANSIP_Username="MyUserName"
|
||||
export TRANSIP_Key_File="private_key"
|
||||
```
|
||||
Note: TransIP is rather slow, so adding a `--dnssleep` of 300 might be advised.
|
||||
Note: TransIP DNS Recort TTL is by default on 300 secs, so adding a `--dnssleep` of 300 might be advised.
|
||||
|
||||
Note 2: if the DNS fails with something like
|
||||
```
|
||||
Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 60
|
||||
|
@ -911,7 +912,7 @@ export TRANSIP_Token_Global_Key="true"
|
|||
|
||||
To issue a cert:
|
||||
```sh
|
||||
./acme.sh --issue --dns dns_transip --dnssleep 300 -d example.com -d *.example.com
|
||||
./acme.sh --issue --dns dns_transip --dnssleep 60 -d example.com -d *.example.com
|
||||
```
|
||||
|
||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2949)
|
||||
|
|
Loading…
Reference in New Issue