Skip to content

Commit 440ffbc

Browse files
committed
feat: Enable auto HTTPS certificate obtaining feature
Signed-off-by: CH3CHO <ch3cho@qq.com>
1 parent 871da5a commit 440ffbc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

all-in-one/scripts/start-controller.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ export MCP_SERVER_WASM_IMAGE_URL
3232
--gatewaySelectorValue=higress-system-higress-gateway \
3333
--gatewayHttpPort=$GATEWAY_HTTP_PORT \
3434
--gatewayHttpsPort=$GATEWAY_HTTPS_PORT \
35-
--ingressClass=
35+
--ingressClass= \
36+
--enableAutomaticHttps=${GATEWAY_AUTO_HTTPS_ENABLED:-true} \
37+
--automaticHttpsEmail=$GATEWAY_AUTO_HTTPS_EMAIL

compose/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ services:
128128
- --gatewaySelectorKey=higress
129129
- --gatewaySelectorValue=higress-system-higress-gateway
130130
- --ingressClass=
131+
- --enableAutomaticHttps=true
132+
- --automaticHttpsEmail=
131133
env_file:
132134
- ./env/controller.env
133135
environment:

0 commit comments

Comments
 (0)