mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fix built
This commit is contained in:
@@ -1579,9 +1579,10 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
// Convert .pem (like Let's Encrypt files) to X509Certificate2 certificate.
|
||||
X509Certificate2 certificate;
|
||||
try
|
||||
{
|
||||
X509Certificate2 certificate = X509Certificate2.CreateFromPemFile(certPath, keyPath);
|
||||
certificate = X509Certificate2.CreateFromPemFile(certPath, keyPath);
|
||||
}
|
||||
catch(CryptographicException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user