openssl_x509_export(3) php man page | unix.com

Man Page: openssl_x509_export

Operating Environment: php

Section: 3

OPENSSL_X509_EXPORT(3)							 1						    OPENSSL_X509_EXPORT(3)

openssl_x509_export - Exports a certificate as a string

SYNOPSIS
bool openssl_x509_export TRUE (mixed $x509, string &$output, [bool $notext])
DESCRIPTION
openssl_x509_export(3) stores $x509 into a string named by $output in a PEM encoded format.
PARAMETERS
o $x509 - See Key/Certificate parameters for a list of valid values. o $output - On success, this will hold the PEM. o $notext - The optional parameter $notext affects the verbosity of the output; if it is FALSE, then additional human-readable information is included in the output. The default value of $notext is TRUE.
RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group OPENSSL_X509_EXPORT(3)
Related Man Pages
apc_fetch(3) - php
openssl_csr_sign(3) - php
print_r(3) - php
variant_and(3) - php
variant_or(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch