From 366f14522ea7e318b51127647014296d8fb5dc22 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 25 Aug 2023 16:54:45 +0800 Subject: [PATCH] d --- restagent/etc/restconf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index ceb8a23a..5a2a5737 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -16,7 +16,7 @@ rest: port: 3040 - ipv4: 0.0.0.0 ipv6: - port: 8443 + port: 4443 schema: https caFile: ./etc/certs/rootca.crt certFile: ./etc/certs/tsa-omc.crt @@ -28,7 +28,7 @@ webServer: listen: - addr: :8080 schema: http - - addr: :9090 + - addr: :8443 schema: https caFile: ./etc/certs/rootca.crt certFile: ./etc/certs/tsa-omc.crt