There was a extra link in TransIP-part. The "issue a cert" part was missing in Trans-IP, I added that.
parent
b8518adba8
commit
118a716151
|
@ -2188,7 +2188,6 @@ https://github.com/JTrotta/acme.sh/issues
|
||||||
|
|
||||||
## 106. Use TransIP domain API:
|
## 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/).
|
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"
|
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.
|
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:
|
To issue a cert:
|
||||||
https://github.com/mdbraber/acme.sh/issues
|
```
|
||||||
|
acme.sh --issue --dns dns_transip -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
|
||||||
## 107. Use dyndnsfree.de API
|
## 107. Use dyndnsfree.de API
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue