mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
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:
|
||||
|
||||
### 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user