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