TLSContext.usePrivateKeyFile

Sets the private key to use for authenticating to the remote peer based on the configured certificate chain file.

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

Meta