Variable NoiseSettings.remoteKeyPath

Path to public key file of remote server

struct NoiseSettings
{
  // ...
  vibe.inet.path.Path remoteKeyPath;
  // ...
}