Commit 2fc0225b authored by Manuel Friedli's avatar Manuel Friedli
Browse files

Make command line example consistent with env variable example.

parent 3536cd33
...@@ -108,6 +108,6 @@ $ export DEPLOY_FRITZBOX_URL=https://fritzbox.example.com ...@@ -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: 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 ```sh
acme.sh --deploy -d fritz.box --deploy-hook fritzbox acme.sh --deploy -d fritzbox.example.com --deploy-hook fritzbox
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment