Function TLSContext.usePrivateKeyFile
Sets the private key to use for authenticating to the remote peer based on the configured certificate chain file.
abstract void usePrivateKeyFile
(
string path
) @safe;
final abstract void usePrivateKeyFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) @safe;