TLSContext.useCertificateChainFile

Sets a certificate file to use for authenticating to the remote peer

  1. void useCertificateChainFile(string path)
    interface TLSContext
    @safe
    void
    useCertificateChainFile
    (
    string path
    )
  2. void useCertificateChainFile(NativePath path)

Meta