config for scheme and subrouter

This commit is contained in:
2023-08-29 10:53:43 +08:00
parent 5550bb996d
commit 589577b718
4 changed files with 21 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ rest:
- ipv4: 0.0.0.0
ipv6:
port: 4443
schema: https
scheme: https
caFile: ./etc/certs/rootca.crt
certFile: ./etc/certs/tsa-omc.crt
keyFile: ./etc/certs/tsa-omc_pri.key
@@ -29,7 +29,7 @@ webServer:
- addr: :8080
schema: http
- addr: :8443
schema: https
scheme: https
caFile: ./etc/certs/rootca.crt
certFile: ./etc/certs/tsa-omc.crt
keyFile: ./etc/certs/tsa-omc_pri.key