NativeDtlsEngine.setCertificateChain

void setCertificateChain(const(ubyte[])[] derCerts) @safe

Set the certificate chain for authentication.

The certificates should be provided in DER format, with the end-entity certificate first, followed by intermediate CAs.

Parameters

derCertsArray of DER-encoded certificates.