Commit 444ea38c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Improved logic of warning message.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7154 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1cddf4bc
......@@ -96,7 +96,7 @@
</head>
<body>
<% if (!CertificateManager.isRSACertificate(SSLConfig.getKeyStore(), XMPPServer.getInstance().getServerInfo().getName())) { %>
<% if (keyStore.size() > 1 && !CertificateManager.isRSACertificate(SSLConfig.getKeyStore(), XMPPServer.getInstance().getServerInfo().getName())) { %>
<div class="warning">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment