TSSLContext.loadCertificate

Load server certificate.

class TSSLContext
void
loadCertificate
(
string path
,
string format = "PEM"
)

Parameters

path string

Path to the certificate file.

format string

Certificate file format. Defaults to PEM, which is currently the only one supported.

Meta