openssl_pkcs12_read(3) php man page | unix.com

Man Page: openssl_pkcs12_read

Operating Environment: php

Section: 3

OPENSSL_PKCS12_READ(3)							 1						    OPENSSL_PKCS12_READ(3)

openssl_pkcs12_read - Parse a PKCS#12 Certificate Store into an array

SYNOPSIS
bool openssl_pkcs12_read (string $pkcs12, array &$certs, string $pass)
DESCRIPTION
openssl_pkcs12_read(3) parses the PKCS#12 certificate store supplied by $pkcs12 into a array named $certs.
PARAMETERS
o $pkcs12 - o $certs - On success, this will hold the Certificate Store Data. o $pass - Encryption password for unlocking the PKCS#12 file.
RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group OPENSSL_PKCS12_READ(3)
Related Man Pages
eurephiadm-certs(7) - debian
hx509_certs_merge(3) - freebsd
hx509_certs_append(3) - freebsd
hx509_certs_filter(3) - freebsd
hx509_certs_next_cert(3) - freebsd
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update