openssl_csr_export_to_file

openssl_csr_export_to_file -- Exports a CSR to a file

Description

bool openssl_csr_export_to_file ( resource csr, string outfilename [, bool notext])

Devuelve TRUE si todo fue bien , FALSE en caso de fallo . The optional notext affects the verbosity of the output ; if it is FALSE then additional human-readable information is included in the output .