mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 20:01:46 +00:00
Improve documentation in readme
This commit is contained in:
parent
d04ccb7a3f
commit
68a35155e4
@ -110,7 +110,7 @@ are deployed. This defaults to "yes" set to "no" to disable backup.
|
|||||||
|
|
||||||
###Eamples using SSH deploy
|
###Eamples using SSH deploy
|
||||||
The following example illustrates deploying certifcates to a QNAP NAS
|
The following example illustrates deploying certifcates to a QNAP NAS
|
||||||
running QTS 4.2
|
(tested with QTS version 4.2.3)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export ACME_DEPLOY_SSH_USER="admin"
|
export ACME_DEPLOY_SSH_USER="admin"
|
||||||
@ -121,6 +121,10 @@ export ACME_DEPLOY_SSH_REMOTE_CMD="/etc/init.d/stunnel.sh restart"
|
|||||||
|
|
||||||
acme.sh --deploy -d qnap.example.com --deploy-hook ssh
|
acme.sh --deploy -d qnap.example.com --deploy-hook ssh
|
||||||
```
|
```
|
||||||
|
Note how in this example both the private key and certificate point to
|
||||||
|
the same file. This will result in the certificate being appended
|
||||||
|
to the same file as the private key... a common requirement of several
|
||||||
|
services.
|
||||||
|
|
||||||
The next example illustates deploying certificates to a Unifi
|
The next example illustates deploying certificates to a Unifi
|
||||||
Contolller (tested with version 5.4.11).
|
Contolller (tested with version 5.4.11).
|
||||||
|
Loading…
Reference in New Issue
Block a user