SSL_x509_write_cert

Save a x509 cert to a file @param path pathname of file to write @param x509 pointer to x509 struct to store

int
SSL_x509_write_cert
(
char[] path
,
X509* x509
)

Return Value

Type: int

return value of PEM_write_X509() @internal

Meta