We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a177d commit 02ff73bCopy full SHA for 02ff73b
pkg/tunnel/server.go
@@ -61,8 +61,8 @@ func defaultServerOptions() *tunnelServerOptions {
61
proxyAddr: "0.0.0.0:9443",
62
localRoute: netip.MustParsePrefix("2001:db8::/64"),
63
ulaPrefix: netip.MustParsePrefix("fd00::/64"),
64
- certPath: "/etc/apoxy/certs/cert.pem",
65
- keyPath: "/etc/apoxy/certs/key.pem",
+ certPath: "/etc/apoxy/certs/tunnelproxy.crt",
+ keyPath: "/etc/apoxy/certs/tunnelproxy.key",
66
ipam: NewRandomULA(),
67
}
68
0 commit comments