Updated deployhooks (markdown)

ThiloGa 2020-03-25 21:10:17 +01:00
parent f697dbe972
commit 6f94ce191c
1 changed files with 1 additions and 1 deletions

@ -508,7 +508,7 @@ acme.sh --deploy -d example.com --deploy-hook panos --insecure
```sh ```sh
# export SYNO_Scheme="http" # Can be set to HTTPS, defaults to HTTP # export SYNO_Scheme="http" # Can be set to HTTPS, defaults to HTTP
# export SYNO_Host="localhost" # Specify if not using on localhost # export SYNO_Hostname="localhost" # Specify if not using on localhost
# export SYNO_Port="5000" # Port of DSM WebUI, defaults to 5000 for HTTP and 5001 for HTTPS # export SYNO_Port="5000" # Port of DSM WebUI, defaults to 5000 for HTTP and 5001 for HTTPS
export SYNO_Username="DSM_Admin_Username" export SYNO_Username="DSM_Admin_Username"
export SYNO_Password="DSM_Admin_Password" export SYNO_Password="DSM_Admin_Password"