Skip to content

Commit 1846460

Browse files
committed
Fixed README
1 parent b541ebf commit 1846460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ Install deployer to existing acme.sh installation by `install2acme.sh` script.
4444
Then you can deploy certificates like with other [deploy hooks](https://github.com/Neilpang/acme.sh/wiki/deployhooks):
4545
```bash
4646
export FREENAS_PASSWORD="xxxxxxx" # Required
47-
export FREENAS_HOST="http://localhost:80" # Optional
47+
export FREENAS_HOST="https://example.com:443" # Optional. Default: "http://localhost:80"
4848
acme.sh --deploy -d example.com --deploy-hook freenas
4949
```

0 commit comments

Comments
 (0)