]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Make command line example consistent with env variable example.
authorManuel Friedli <manuel@fritteli.ch>
Tue, 12 Sep 2017 09:35:21 +0000 (11:35 +0200)
committerManuel Friedli <manuel@fritteli.ch>
Tue, 12 Sep 2017 09:35:21 +0000 (11:35 +0200)
deploy/README.md

index f76c667a7354926b9759387b75de40e0ad9b3e77..af6fc5f3ef45d641e39a2154b0ea24d553485e5a 100644 (file)
@@ -108,6 +108,6 @@ $ export DEPLOY_FRITZBOX_URL=https://fritzbox.example.com
 After the first deployment, these values will be stored in your $HOME/.acme.sh/account.conf. You may now deploy the certificate like this:
 
 ```sh
-acme.sh --deploy -d fritz.box --deploy-hook fritzbox
+acme.sh --deploy -d fritzbox.example.com --deploy-hook fritzbox
 ```