x509_export_to_file
Exports a certificate to file.
Syntax
Function x509_export_to_file (x509, outfilename As String, [notext]) As Boolean
x509_export_to_file() stores x509
into a file named by outfilename 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.
|