25. corrected Typos

F-Plass 2021-12-06 22:36:17 +01:00
parent 7a0dee11d4
commit a977a0ebed

@ -739,7 +739,7 @@ The certificate should now show up in "Network" -> "Certificate Manager".
## 25. Deploy the cert on TrueNAS Core Server
Before you can deploy your cert, you must [issue the cert first](https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert). If you run the acme.sh Scipt on the Truenas Server itself you have to use the DNS API mode. Deploy Scipt supports TrueNas Core newer than 12.0 U3.
Before you can deploy your cert, you must [issue the cert first](https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert). If you run the acme.sh Scipt on the TrueNAS Server itself, you have to use the DNS API mode. Deploy Scipt supports TrueNas Core newer than 12.0 U3.
```sh
# Following environment variables must be set:
@ -755,9 +755,9 @@ Before you can deploy your cert, you must [issue the cert first](https://github.
In the WebUI from TrueNAS you can click on the gear wheel in the top right corner than select API Keys.
Here you can create an API Key for the next step.
If acme.sh is installed direkt on your Truenas server, then you don't have to set DEPLOY_TRUENAS_HOSTNAME. When the acme.sh scipt runs on an other system, what is possible, then you have to set the DEPLOY_TRUENAS_HOSTNAME to the IP or Hostname of the TrueNAS server.
If acme.sh is installed direkt on your TrueNAS server, then you don't have to set DEPLOY_TRUENAS_HOSTNAME. When the acme.sh scipt runs on an other system, what is possible, then you have to set the DEPLOY_TRUENAS_HOSTNAME to the IP or Hostname of the TrueNAS server. If you use the hostname, it must be DNS resolveble in your network.
With DEPLOY_TRUENAS_SCHEME you can choose if you use http or https. If in the TrueNAS WebGui is the Parameter "Webinterface HTTP -> HTTPS-Redirection" is activeted then DEPLOY_TRUENAS_SCHEME is set to https per default.
With DEPLOY_TRUENAS_SCHEME you can choose if you use http or https. If in the TrueNAS WebGui is the Parameter "Webinterface HTTP -> HTTPS-Redirection" is activeted, then DEPLOY_TRUENAS_SCHEME is set to https per default.
```sh
export DEPLOY_TRUENAS_APIKEY="1-91iX3...aSTRr4xcv1FHU"