From 8d84aa82d5661c9d31362f29153482a8181a84c0 Mon Sep 17 00:00:00 2001 From: Eddict Date: Mon, 26 May 2025 02:06:36 +0200 Subject: [PATCH] match deployhooks.md Wiki --- deploy/directadmin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/directadmin.sh b/deploy/directadmin.sh index 9435574f..f193161c 100644 --- a/deploy/directadmin.sh +++ b/deploy/directadmin.sh @@ -5,13 +5,13 @@ # # User must provide login data and URL (incl. port) to DirectAdmin. # 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 # # Report bugs to https://github.com/Eddict/acme.sh/issues # # 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 # # Set DEPLOY_DA_Api_Insecure to 1 for insecure and 0 for secure -> difference is