We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59fdb05 + a29f9b8 commit 60bfa0cCopy full SHA for 60bfa0c
go/porcelain/site.go
@@ -62,7 +62,7 @@ func (n *Netlify) UpdateSite(ctx context.Context, site *models.SiteSetup) (*mode
62
return resp.Payload, nil
63
}
64
65
-// ConfigureSiteTLS provisions a TLS certificate for a site with a custom domain.
+// ConfigureSiteTLSCertificate provisions a TLS certificate for a site with a custom domain.
66
// It uses Let's Encrypt if the certificate is empty.
67
func (n *Netlify) ConfigureSiteTLSCertificate(ctx context.Context, siteID string, cert *CustomTLSCertificate) (*models.SniCertificate, error) {
68
authInfo := context.GetAuthInfo(ctx)
0 commit comments