Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit a84442f

Browse files
committed
fix: ravel proxy cert-loading
1 parent 77a691a commit a84442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/edge/edge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func loadCertificates(config *proxy.Config) (*certStore, error) {
2727
return nil, err
2828
}
2929

30-
initdCert, err := tls.LoadX509KeyPair(config.Edge.Initd.TLS.CertFile, config.Edge.TLS.KeyFile)
30+
initdCert, err := tls.LoadX509KeyPair(config.Edge.Initd.TLS.CertFile, config.Edge.Initd.TLS.KeyFile)
3131
if err != nil {
3232
return nil, err
3333
}

0 commit comments

Comments
 (0)