Skip to content

Commit 1289aa6

Browse files
committed
print tls info
1 parent a1ed231 commit 1289aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func NewRuntime(ctx context.Context, name string, options ...Option) (Runtime, e
131131
}
132132

133133
r.logger.Infow("TLS info", "key-file", r.keyFile, "cert-file", r.certFile, "client-ca", r.clientCA,
134-
"gw-client-key-file", r.gwClientKeyFile, "gw-client-cert-file", r.gwClientCertFile)
134+
"gateway-client-key-file", r.gwClientKeyFile, "gateway-client-cert-file", r.gwClientCertFile)
135135

136136
if !r.isSecureConnection() {
137137
r.logger.Warn("no TLS key specified. starting server insecurely....")

0 commit comments

Comments
 (0)