There was a extra link in TransIP-part. The "issue a cert" part was missing in Trans-IP, I added that.

MeganerdNL 2022-02-19 18:13:53 +01:00
parent b8518adba8
commit 118a716151

@ -2188,7 +2188,6 @@ https://github.com/JTrotta/acme.sh/issues
## 106. Use TransIP domain API:
### Using the access token
First you need to login to your TransIP account to get your [private key](https://www.transip.nl/cp/account/api/).
```
export TRANSIP_Username="MyUserName"
@ -2213,9 +2212,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.
If you find any bugs, please report here:
https://github.com/mdbraber/acme.sh/issues
To issue a cert:
```
acme.sh --issue --dns dns_transip -d example.com -d www.example.com
```
## 107. Use dyndnsfree.de API