Switch %s for %v in TLS zName error.
This commit is contained in:
parent
634f1941a6
commit
cad911fa1c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue