TlsContext.setCertificateChainDer
void setCertificateChainDer(const(ubyte[])[] derCertificates)Sets the certificate chain from DER-encoded certificates.
Parameters
derCertificates | Array of DER-encoded certificates (leaf first). |
void setCertificateChainDer(const(ubyte[])[] derCertificates)Sets the certificate chain from DER-encoded certificates.
derCertificates | Array of DER-encoded certificates (leaf first). |