Browse Source

Make command line example consistent with env variable example.

pull/993/head
Manuel Friedli 7 years ago
parent
commit
2fc0225bc9
  1. 2
      deploy/README.md

2
deploy/README.md

@ -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
``` ```
Loading…
Cancel
Save