mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-22 05:22:11 +01:00
Update README.md
This commit is contained in:
parent
d5b0cc5ecb
commit
187aa1d406
1 changed files with 2 additions and 2 deletions
|
@ -100,13 +100,13 @@ API_PASS="password"
|
|||
```
|
||||
|
||||
|
||||
### Enable SSL for the Host:
|
||||
#### Enable SSL for the Host:
|
||||
|
||||
Assuming the host ID is *10*, you would enable SSL for the host as follows:
|
||||
|
||||
./nginx_proxy_manager_cli.sh --ssl-host-enable 10
|
||||
|
||||
### Verifying the Configuration
|
||||
#### Verifying the Configuration
|
||||
|
||||
After running the above commands, you can verify the SSL configuration by checking the details of the proxy host.
|
||||
|
||||
|
|
Loading…
Reference in a new issue