Searched refs:cert_path (Results 1 – 3 of 3) sorted by relevance
11 $cert_path = "file://" . $cert_file;24 var_dump(openssl_pkcs12_export_to_file($cert_path, $pkcsfile, $priv_path, $pass));
9 $cert_path = "file://" . $cert_file;22 var_dump(openssl_pkcs12_export($cert_path, $output, $priv_path, $pass)); // read certs from a filen…
1373 static SSL_CTX *php_openssl_create_sni_server_ctx(char *cert_path, char *key_path) /* {{{ */ in php_openssl_create_sni_server_ctx() argument1379 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) != 1) { in php_openssl_create_sni_server_ctx()1384 cert_path in php_openssl_create_sni_server_ctx()
Completed in 11 milliseconds