Function TLSContext.useCertificateChainFile
Sets a certificate file to use for authenticating to the remote peer
abstract void useCertificateChainFile
(
string path
) @safe;
final abstract void useCertificateChainFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) @safe;