Skip to content

Commit 13cfda9

Browse files
authored
Fix comment in GetCertificate method
1 parent e1b9364 commit 13cfda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certs/certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func New(_ context.Context, cfg *config.Config) (*CertManager, error) {
5858
return &c, nil
5959
}
6060

61-
// GetCertificate implements the interface required by the TL
61+
// GetCertificate implements the interface required by tls.Config
6262
func (c *CertManager) GetCertificate(info *tls.ClientHelloInfo) (*tls.Certificate, error) {
6363
sni := info.ServerName
6464

0 commit comments

Comments
 (0)