]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Improve documentation in readme
authorDavid Kerr <david@kerr.net>
Tue, 14 Feb 2017 01:32:12 +0000 (20:32 -0500)
committerDavid Kerr <david@kerr.net>
Tue, 14 Feb 2017 01:32:12 +0000 (20:32 -0500)
deploy/README.md

index df0cdf0a4378e104bfe93a82b03d0bb419b8d652..ab38f275296156a71c922d56e13a6e6759215b8b 100644 (file)
@@ -110,7 +110,7 @@ are deployed.  This defaults to "yes" set to "no" to disable backup.
 
 ###Eamples using SSH deploy
 The following example illustrates deploying certifcates to a QNAP NAS
-running QTS 4.2
+(tested with QTS version 4.2.3)
 
 ```sh
 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
 ```
+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
 Contolller (tested with version 5.4.11).