solution: use port 2449 by default
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[source,yaml]
|
||||
----
|
||||
version: v1
|
||||
port: 9001
|
||||
port: 2449
|
||||
tls:
|
||||
enabled: true
|
||||
server:
|
||||
@@ -18,7 +18,7 @@ upstreams:
|
||||
|
||||
Configures following:
|
||||
|
||||
- server is listening on `0.0.0.0:9001`
|
||||
- server is listening on `0.0.0.0:2449`
|
||||
- TLS is enabled
|
||||
- server certificate in located at `server.crt` with key for it at `server.p8.key`
|
||||
- server requires a client authentication by TLS client certificate signed by `ca.crt` certificate
|
||||
|
||||
Reference in New Issue
Block a user