Merge branch 'master' into fix-ct-int

This commit is contained in:
Jeff Hodges 2015-12-15 17:22:57 -08:00
commit 62a502c9fc
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ func (va *ValidationAuthorityImpl) validateTLSWithZName(identifier core.AcmeIden
challenge.Error = &probs.ProblemDetails{
Type: probs.UnauthorizedProblem,
Detail: fmt.Sprintf("Correct zName not found for TLS SNI challenge. Found %s",
Detail: fmt.Sprintf("Correct zName not found for TLS SNI challenge. Found '%v'",
strings.Join(certs[0].DNSNames, ", ")),
}
challenge.Status = core.StatusInvalid