TlsContext.setKeyFile

TlsContext setKeyFile(string path) ref pure @safe nothrow @nogc return

Set the private key file path.

Parameters

pathPath to the private key file (PEM format).

Returns

Reference to this context for method chaining.