We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a272c38 commit 99b017cCopy full SHA for 99b017c
1 file changed
va/caa.go
@@ -297,7 +297,7 @@ func (va *ValidationAuthorityImpl) checkCAARecords(
297
// If this is a wildcard name, remove the prefix
298
var wildcard bool
299
if strings.HasPrefix(hostname, `*.`) {
300
- hostname = strings.TrimPrefix(ident.Value, `*.`)
+ hostname = strings.TrimPrefix(hostname, `*.`)
301
wildcard = true
302
}
303
caaSet, err := va.getCAA(ctx, hostname)
0 commit comments