Man Page: openssl_pkcs12_export_to_file
Operating Environment: php
Section: 3
OPENSSL_PKCS12_EXPORT_TO_FILE(3) 1 OPENSSL_PKCS12_EXPORT_TO_FILE(3) openssl_pkcs12_export_to_file - Exports a PKCS#12 Compatible Certificate Store FileSYNOPSISbool openssl_pkcs12_export_to_file (mixed $x509, string $filename, mixed $priv_key, string $pass, [array $args])DESCRIPTIONopenssl_pkcs12_export_to_file(3) stores $x509 into a file named by $filename in a PKCS#12 file format.PARAMETERSo $x509 - See Key/Certificate parameters for a list of valid values. o $filename - Path to the output file. o $priv_key - Private key component of PKCS#12 file. o $pass - Encryption password for unlocking the PKCS#12 file. o $args -RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group OPENSSL_PKCS12_EXPORT_TO_FILE(3)
| Related Man Pages |
|---|
| x509(3) - centos |
| crl2pkcs7(1) - redhat |
| tpmtoken_import(1) - debian |
| crl2pkcs7(1) - osx |
| openssl_csr_sign(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| UNIX.COM 2017 Year End Summary |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| Please Welcome Don Cragun as Lead Moderator |