match deployhooks.md Wiki

This commit is contained in:
Eddict 2025-05-26 02:06:36 +02:00
parent 09de002eff
commit 8d84aa82d5

View File

@ -5,13 +5,13 @@
# #
# User must provide login data and URL (incl. port) to DirectAdmin. # User must provide login data and URL (incl. port) to DirectAdmin.
# You can create login key, by using the Login Keys function # You can create login key, by using the Login Keys function
# ( https://da.example.com:8443/CMD_LOGIN_KEYS ), which only has access to # ( https://example.com:2222/CMD_LOGIN_KEYS ), which only has access to
# - CMD_API_SSL # - CMD_API_SSL
# #
# Report bugs to https://github.com/Eddict/acme.sh/issues # Report bugs to https://github.com/Eddict/acme.sh/issues
# #
# Values to export: # Values to export:
# export DEPLOY_DA_Api="https://remoteUser:remotePassword@da.example.com:8443" # export DEPLOY_DA_Api="https://da_user:da_passwd@example.com:2222"
# export DEPLOY_DA_Api_Insecure=1 # export DEPLOY_DA_Api_Insecure=1
# #
# Set DEPLOY_DA_Api_Insecure to 1 for insecure and 0 for secure -> difference is # Set DEPLOY_DA_Api_Insecure to 1 for insecure and 0 for secure -> difference is