]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
update doc
authorneilpang <github@byneil.com>
Sat, 11 Feb 2017 13:29:36 +0000 (21:29 +0800)
committerneilpang <github@byneil.com>
Sat, 11 Feb 2017 13:29:36 +0000 (21:29 +0800)
README.md

index 2dd178d8c4f2934b35c501ee50ba8cfc9b1ef12b..f1c74806513b29449e3788613f82251577b4f854 100644 (file)
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ You **MUST** use this command to copy the certs to the target files, **DO NOT**
 
 **Apache** example:
 ```bash
-acme.sh --installcert -d example.com \
+acme.sh --install-cert -d example.com \
 --certpath      /path/to/certfile/in/apache/cert.pem  \
 --keypath       /path/to/keyfile/in/apache/key.pem  \
 --fullchainpath /path/to/fullchain/certfile/apache/fullchain.pem \
@@ -156,7 +156,7 @@ acme.sh --installcert -d example.com \
 
 **Nginx** example:
 ```bash
-acme.sh --installcert -d example.com \
+acme.sh --install-cert -d example.com \
 --keypath       /path/to/keyfile/in/nginx/key.pem  \
 --fullchainpath /path/to/fullchain/nginx/cert.pem \
 --reloadcmd     "service nginx force-reload"