PHP: openssl_x509_export - Manual
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_x509_export โ Exports a certificate as a string
Description
Parameters
certificate- See Key/Certificate parameters for a list of valid values.
output-
On success, this will hold the PEM.
no_text-
The optional parameter
notextaffects the verbosity of the output; if it isfalse, then additional human-readable information is included in the output. The default value ofnotextistrue.
Changelog
| Version | Description |
|---|---|
| 8.0.0 |
certificate accepts an OpenSSLCertificate instance now;
previously, a resource of type OpenSSL X.509 was accepted.
|