awSSLCertificateToIndentedString
char *awSSLCertificateToIndentedString(
BrokerSSLCertificate *cert,
int indent);
cert | The certificate to be converted to a string. |
indent | The number of 4-space indentations to be generated in the output. |
Returns a pointer to a string containing a human-readable version of the specified SSL certificate
Returns NULL if cert is invalid or if memory could not be allocated.
The caller is responsible for freeing the memory associated with the returned value.
See also: