Don't play a blame card

master
ymol-spraaklab 2025-05-16 15:33:46 +02:00
parent d1ad82af7b
commit 05a3aabc28
1 changed files with 3 additions and 2 deletions

@ -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)