mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
added netcup dns api
This commit is contained in:
parent
e9782c3219
commit
3cd5b9ca2e
@ -876,6 +876,22 @@ acme.sh --issue --dns dns_tele3 -d example.com -d *.example.com
|
|||||||
```
|
```
|
||||||
|
|
||||||
The TELE3_Key and TELE3_Secret will be saved in ~/.acme.sh/account.conf and will be reused when needed.
|
The TELE3_Key and TELE3_Secret will be saved in ~/.acme.sh/account.conf and will be reused when needed.
|
||||||
|
## 47. Use netcup DNS API to automatically issue cert
|
||||||
|
|
||||||
|
First you need to login to your CCP account to get your API Key and API Password.
|
||||||
|
This script requires ``jq``
|
||||||
|
```
|
||||||
|
export NC_Apikey="<Apikey>"
|
||||||
|
export NC_Apipw="<Apipassword>"
|
||||||
|
export NC_CID="<Customernumber>"
|
||||||
|
```
|
||||||
|
|
||||||
|
Now, let's issue a cert:
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_netcup -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
The `NC_Apikey`,`NC_Apipw` and `NC_CID` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
If your API is not supported yet, you can write your own DNS API.
|
If your API is not supported yet, you can write your own DNS API.
|
||||||
|
Loading…
Reference in New Issue
Block a user