openssl_x509_export_to_file
Exports a certificate to file
Description
bool openssl_x509_export_to_file(OpenSSLCertificatestring $certificate
, string $output_filename
, bool $no_text
= true
)
Parameters
-
x509
-
See Key/Certificate parameters for a list of valid values.
-
output_filename
-
Path to the output file.
-
no_text
-
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.