openssl_pkcs12_export_to_file
openssl_pkcs12_export_to_file
Exports a PKCS#12 Compatible Certificate Store File
bool **openssl_pkcs12_export_to_file** $certificate string $output_filename $private_key string $passphrase array $options
stores
into a file named by
in a #12 file format.
openssl_pkcs12_export_to_file``certificate``output_filename
output_filenamePath to the output file.
private_key
Private key component of #12 file.
See for a list of valid values.
Public/Private Key parameters
passphraseEncryption password for unlocking the #12 file.
optionsOptional array, other keys will be ignored.
return.success