mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
Cleanup: trailing whitespace, RcodeZero, OPNSense - deleted trailing whitespace (9 occurrences) - RcodeZero should have export in front of environment variables - OPNSense should export environment variables
12
dnsapi.md
12
dnsapi.md
@@ -1723,11 +1723,11 @@ First you need to login to your OPNsense account and create an API Key for a use
|
|||||||
https://docs.opnsense.org/development/api.html
|
https://docs.opnsense.org/development/api.html
|
||||||
|
|
||||||
```
|
```
|
||||||
#OPNs_Host="opnsense.example.com"¬
|
export OPNs_Host="opnsense.example.com"
|
||||||
#OPNs_Port="443"¬
|
export OPNs_Port="443"
|
||||||
#OPNs_Key="qocfU9RSbt8vTIBcnW8bPqCrpfAHMDvj5OzadE7Str+rbjyCyk7u6yMrSCHtBXabgDDXx/dY0POUp7ZA"¬
|
export OPNs_Key="qocfU9RSbt8vTIBcnW8bPqCrpfAHMDvj5OzadE7Str+rbjyCyk7u6yMrSCHtBXabgDDXx/dY0POUp7ZA"
|
||||||
#OPNs_Token="pZEQ+3ce8dDlfBBdg3N8EpqpF5I1MhFqdxX06le6Gl8YzyQvYCfCzNaFX9O9+IOSyAs7X71fwdRiZ+Lv"¬
|
export OPNs_Token="pZEQ+3ce8dDlfBBdg3N8EpqpF5I1MhFqdxX06le6Gl8YzyQvYCfCzNaFX9O9+IOSyAs7X71fwdRiZ+Lv"
|
||||||
#OPNs_Api_Insecure=0
|
export OPNs_Api_Insecure=0
|
||||||
```
|
```
|
||||||
|
|
||||||
Ok, let's issue a cert now:
|
Ok, let's issue a cert now:
|
||||||
@@ -1748,7 +1748,7 @@ First you need to login to your RcodeZero account, enable the REST API and gener
|
|||||||
https://my.rcodezero.at/enableapi
|
https://my.rcodezero.at/enableapi
|
||||||
|
|
||||||
```
|
```
|
||||||
RCODE0_API_TOKEN="acme_1232342342343OEH1G1gDcKNMsN7mx9EZgSU6AX79u5KRSxWnC"
|
export RCODE0_API_TOKEN="acme_1232342342343OEH1G1gDcKNMsN7mx9EZgSU6AX79u5KRSxWnC"
|
||||||
```
|
```
|
||||||
|
|
||||||
Ok, let's issue a cert now:
|
Ok, let's issue a cert now:
|
||||||
|
|||||||
Reference in New Issue
Block a user