Updated dnsapi (markdown)
parent
777df99931
commit
544b0316e1
|
@ -253,7 +253,7 @@ The `Ali_Key` and `Ali_Secret` will be saved in `~/.acme.sh/account.conf` and wi
|
||||||
|
|
||||||
This only works for ISPConfig 3.1 (and newer).
|
This only works for ISPConfig 3.1 (and newer).
|
||||||
|
|
||||||
Create a Remote User in the ISPConfig Control Panel. The Remote User must have access to at least `DNS zone functions` and `DNS txt functions`.
|
Create a Remote User in the ISPConfig Control Panel. The Remote User must have access to at least `DNS zone functions`, `DNS txt functions` and `Client functions`.
|
||||||
|
|
||||||
```
|
```
|
||||||
export ISPC_User="xxx"
|
export ISPC_User="xxx"
|
||||||
|
@ -262,7 +262,7 @@ export ISPC_Api="https://ispc.domain.tld:8080/remote/json.php"
|
||||||
export ISPC_Api_Insecure=1
|
export ISPC_Api_Insecure=1
|
||||||
```
|
```
|
||||||
If you have installed ISPConfig on a different port, then alter the 8080 accordingly.
|
If you have installed ISPConfig on a different port, then alter the 8080 accordingly.
|
||||||
Leaver ISPC_Api_Insecure set to 1 if you have not a valid ssl cert for your installation. Change it to 0 if you have a valid ssl cert.
|
Leave ISPC_Api_Insecure set to 1 if you have no valid ssl cert for your installation. Change it to 0 if you have a valid ssl cert.
|
||||||
|
|
||||||
To issue a cert:
|
To issue a cert:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue