Skip to content

Commit 5419d79

Browse files
aarongablejsha
andauthored
Comment update
Co-authored-by: Jacob Hoffman-Andrews <jsha+github@letsencrypt.org>
1 parent 6752185 commit 5419d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfe2/wfe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ func looksLikeRecursiveOnDemandRequest(idents identifier.ACMEIdentifiers, blocke
27822782
for i, label := range labels {
27832783
if slices.Contains(blockedLabels, label) {
27842784
if i >= 1 && label == labels[i-1] {
2785-
// Reject identifiers with two blocked labels in a row.
2785+
// Reject identifiers with two identical blocked labels in a row.
27862786
return berrors.RejectedIdentifierError("Cannot issue for %q: domain name contains too many subdomain labels indicative of recursive on-demand issuance", ident.Value)
27872787
}
27882788
blockedInARow += 1

0 commit comments

Comments
 (0)