Skip to content

Commit 5921dc9

Browse files
committed
fix build
1 parent 2ccf154 commit 5921dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/erserver/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func Serve(ctx context.Context, logger *log.Logger) error {
160160
//nolint:gosec // rationale above
161161
TLSConfig: &tls.Config{
162162
// MinVersion: ... // purposefully unset to follow Go stdlib MinVersion
163-
GetCertificate: getCertificateFn,
163+
GetCertificate: certBus.GetCertificateAdapter(),
164164
},
165165
Handler: serveRequestWithMetricsCapture,
166166
}

0 commit comments

Comments
 (0)