diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/openvpn-client-export/openvpn-client-export.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/openvpn-client-export/openvpn-client-export.inc b/config/openvpn-client-export/openvpn-client-export.inc index 70c9dcf9..3c478553 100755 --- a/config/openvpn-client-export/openvpn-client-export.inc +++ b/config/openvpn-client-export/openvpn-client-export.inc @@ -120,12 +120,6 @@ function openvpn_client_export_validate_config($srvid, $usrid, $crtid) { { $input_errors[] = "Could not locate server certificate."; } else { - $server_cert_purpose = cert_get_purpose($server_cert['crt']); - if ($server_cert_purpose['ca'] == 'Yes') - $input_errors[] = "Server sertificate is a CA certificate."; - if ($server_cert_purpose['server'] != 'Yes') - $input_errors[] = "Server sertificate does not have the purpose 'Server: Yes'"; - $server_ca = lookup_ca($server_cert['caref']); if (!$server_ca) { $input_errors[] = "Could not locate the CA reference for the server certificate."; |