diff options
author | jim-p <jimp@pfsense.org> | 2010-10-21 13:02:32 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-10-21 13:02:32 -0400 |
commit | b3ba682e619de9a89dede8025d403c64318b993c (patch) | |
tree | 4dc8d52f85ec29ba93510d3dc8d3a88fdaee8e5a /config | |
parent | 2e870e2ad9cd002ab0ddbd5436480dfc4ccc206d (diff) | |
download | pfsense-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.
Diffstat (limited to 'config')
-rwxr-xr-x | config/openvpn-client-export/vpn_openvpn_export.php | 6 |
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> |