|
@@ -313,7 +313,8 @@ public abstract class X509Utils
|
|
|
}
|
|
|
if ( !certTrusted )
|
|
|
{
|
|
|
- final String errorMsg = "server certificate {subject=" + loopCert.getSubjectDN().getName() + "} does not match a certificate in the configuration trust store.";
|
|
|
+ final String errorMsg = "server certificate {subject=" + loopCert.getSubjectDN().getName() + "} does not match a certificate in the"
|
|
|
+ + PwmConstants.PWM_APP_NAME + " configuration trust store.";
|
|
|
throw new CertificateException( errorMsg );
|
|
|
}
|
|
|
//LOGGER.trace("trusting configured certificate: " + makeDebugText(loopCert));
|