From 440ffbcb087659e02cae37deb9b3b39a91da0876 Mon Sep 17 00:00:00 2001 From: CH3CHO Date: Thu, 7 May 2026 10:27:25 +0800 Subject: [PATCH] feat: Enable auto HTTPS certificate obtaining feature Signed-off-by: CH3CHO --- all-in-one/scripts/start-controller.sh | 4 +++- compose/docker-compose.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/all-in-one/scripts/start-controller.sh b/all-in-one/scripts/start-controller.sh index 99c2587..3e7eb10 100644 --- a/all-in-one/scripts/start-controller.sh +++ b/all-in-one/scripts/start-controller.sh @@ -32,4 +32,6 @@ export MCP_SERVER_WASM_IMAGE_URL --gatewaySelectorValue=higress-system-higress-gateway \ --gatewayHttpPort=$GATEWAY_HTTP_PORT \ --gatewayHttpsPort=$GATEWAY_HTTPS_PORT \ - --ingressClass= \ No newline at end of file + --ingressClass= \ + --enableAutomaticHttps=${GATEWAY_AUTO_HTTPS_ENABLED:-true} \ + --automaticHttpsEmail=$GATEWAY_AUTO_HTTPS_EMAIL \ No newline at end of file diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index 4c4d341..3ea6144 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -128,6 +128,8 @@ services: - --gatewaySelectorKey=higress - --gatewaySelectorValue=higress-system-higress-gateway - --ingressClass= + - --enableAutomaticHttps=true + - --automaticHttpsEmail= env_file: - ./env/controller.env environment: