Merge pull request #1609 from letsencrypt/wording-1

Reword CAA failure message
This commit is contained in:
Jacob Hoffman-Andrews 2016-03-14 13:04:10 -07:00
commit b52ad8ecde
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ func (va *ValidationAuthorityImpl) checkCAA(ctx context.Context, identifier core
if !valid {
return &probs.ProblemDetails{
Type: probs.ConnectionProblem,
Detail: fmt.Sprintf("CAA check for %s failed", identifier.Value),
Detail: fmt.Sprintf("CAA record for %s prevents issuance", identifier.Value),
}
}
return nil