diff options
-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> |