Query: openssl_pkcs12_export
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENSSL_PKCS12_EXPORT(3) 1 OPENSSL_PKCS12_EXPORT(3) openssl_pkcs12_export - Exports a PKCS#12 Compatible Certificate Store File to variable.SYNOPSISbool openssl_pkcs12_export (mixed $x509, string &$out, mixed $priv_key, string $pass, [array $args])DESCRIPTIONopenssl_pkcs12_export(3) stores $x509 into a string named by $out in a PKCS#12 file format.PARAMETERSo $x509 - See Key/Certificate parameters for a list of valid values. o $out - On success, this will hold the PKCS#12. 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(3)
Related Man Pages |
---|
opencryptoki(7) - centos |
tpmtoken_import(1) - debian |
tpmtoken_import(1) - centos |
x509(3openssl) - opensolaris |
openssl_x509(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
New Code Tags (Syntax Highlighting) |