aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-21 13:02:32 -0400
committerjim-p <jimp@pfsense.org>2010-10-21 13:02:32 -0400
commitb3ba682e619de9a89dede8025d403c64318b993c (patch)
tree4dc8d52f85ec29ba93510d3dc8d3a88fdaee8e5a
parent2e870e2ad9cd002ab0ddbd5436480dfc4ccc206d (diff)
downloadpfsense-packages-b3ba682e619de9a89dede8025d403c64318b993c.tar.gz
pfsense-packages-b3ba682e619de9a89dede8025d403c64318b993c.tar.bz2
pfsense-packages-b3ba682e619de9a89dede8025d403c64318b993c.zip
Add a note about Server CA/Client CA mismatch causing clients to not show up when expected.
-rwxr-xr-xconfig/openvpn-client-export/vpn_openvpn_export.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/openvpn-client-export/vpn_openvpn_export.php b/config/openvpn-client-export/vpn_openvpn_export.php
index 05b5d6be..0834941c 100755
--- a/config/openvpn-client-export/vpn_openvpn_export.php
+++ b/config/openvpn-client-export/vpn_openvpn_export.php
@@ -729,6 +729,12 @@ function useproxy_changed(obj) {
<td width="25%" class="listhdrr"><?=gettext("Export");?></td>
</tr>
</table>
+ <table width="100%" width="100%" border="0" cellpadding="5" cellspacing="10">
+ <tr>
+ <td align="right" valign="top" width="5%"><?= gettext("NOTE:") ?></td>
+ <td><?= gettext("If you expect to see a certain client in the list but it is not there, it is usually due to a CA mismatch between the OpenVPN server instance and the client certificates found in the User Manager.") ?></td>
+ </tr>
+ </table>
</div>
</td>
</tr>