x509_export
Exports a certificate as a string
Syntax
Function x509_export (x509, output, [notext]) As Boolean
x509_export() stores x509
into a string named by output in a PEM
encoded format.
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.
Returns True on success or False
on failure.
|