|
openssl_csr_export_to_fileExports a CSR to a file Description
bool openssl_csr_export_to_file(OpenSSLCertificateSigningRequeststring
$csr, string $output_filename, bool $no_text = true)
openssl_csr_export_to_file takes the Certificate
Signing Request represented by Parameters
Return Values
Returns Changelog
Examples
Example #1 openssl_csr_export_to_file() example See Also
|