We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b541ebf commit 1846460Copy full SHA for 1846460
README.md
@@ -44,6 +44,6 @@ Install deployer to existing acme.sh installation by `install2acme.sh` script.
44
Then you can deploy certificates like with other [deploy hooks](https://github.com/Neilpang/acme.sh/wiki/deployhooks):
45
```bash
46
export FREENAS_PASSWORD="xxxxxxx" # Required
47
-export FREENAS_HOST="http://localhost:80" # Optional
+export FREENAS_HOST="https://example.com:443" # Optional. Default: "http://localhost:80"
48
acme.sh --deploy -d example.com --deploy-hook freenas
49
```
0 commit comments