Skip to content

Commit 02ff73b

Browse files
committed
[tunnel/server] Fix default cert paths
1 parent 22a177d commit 02ff73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/tunnel/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ func defaultServerOptions() *tunnelServerOptions {
6161
proxyAddr: "0.0.0.0:9443",
6262
localRoute: netip.MustParsePrefix("2001:db8::/64"),
6363
ulaPrefix: netip.MustParsePrefix("fd00::/64"),
64-
certPath: "/etc/apoxy/certs/cert.pem",
65-
keyPath: "/etc/apoxy/certs/key.pem",
64+
certPath: "/etc/apoxy/certs/tunnelproxy.crt",
65+
keyPath: "/etc/apoxy/certs/tunnelproxy.key",
6666
ipam: NewRandomULA(),
6767
}
6868
}

0 commit comments

Comments
 (0)