From b5fe7ecdca98f7e1f5c05ab50713d31b38666a9a Mon Sep 17 00:00:00 2001 From: jandersen-plaid <52045989+jandersen-plaid@users.noreply.github.com> Date: Fri, 21 May 2021 12:03:09 -0400 Subject: [PATCH] Update pkg/controller/certificaterequests/acme/acme.go Co-authored-by: Ashley Davis Signed-off-by: Jack Andersen --- pkg/controller/certificaterequests/acme/acme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/certificaterequests/acme/acme.go b/pkg/controller/certificaterequests/acme/acme.go index b7df9daf7..20a97e2f5 100644 --- a/pkg/controller/certificaterequests/acme/acme.go +++ b/pkg/controller/certificaterequests/acme/acme.go @@ -236,7 +236,7 @@ func buildOrder(cr *v1.CertificateRequest, csr *x509.CertificateRequest, enableD hashObj = computeNameSpec if len(cr.Name) >= 52 { // Pass a unique struct for hashing so that names at or longer than 52 characters - // receive a unique hash. Otherwise, orders will have truncated names with collided + // receive a unique hash. Otherwise, orders will have truncated names with colliding // hashes, possibly leading to non-renewal. hashObj = struct { CRName string `json:"certificateRequestName"`