mirror of
https://github.com/snltty/linker.git
synced 2025-10-12 20:40:19 +08:00
sync
This commit is contained in:
@@ -43,10 +43,10 @@ namespace linker.plugins.tunnel
|
||||
this.excludeIPTransfer = excludeIPTransfer;
|
||||
this.upnpTransfer = upnpTransfer;
|
||||
|
||||
string path = Path.GetFullPath(config.Data.Client.Certificate);
|
||||
string path = Path.GetFullPath(config.Data.Client.SSL.File);
|
||||
if (File.Exists(path))
|
||||
{
|
||||
Certificate = new X509Certificate2(path, config.Data.Client.Password, X509KeyStorageFlags.Exportable);
|
||||
Certificate = new X509Certificate2(path, config.Data.Client.SSL.Password, X509KeyStorageFlags.Exportable);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user