Commit 90ce1be6 authored by Honfika's avatar Honfika

friendly name fix

parent aa73a879
...@@ -146,7 +146,6 @@ namespace Titanium.Web.Proxy.Network.Certificate ...@@ -146,7 +146,6 @@ namespace Titanium.Web.Proxy.Network.Certificate
x509Certificate.PrivateKey = DotNetUtilities.ToRSA(rsaparams); x509Certificate.PrivateKey = DotNetUtilities.ToRSA(rsaparams);
#else #else
var x509Certificate = withPrivateKey(certificate, rsaparams); var x509Certificate = withPrivateKey(certificate, rsaparams);
x509Certificate.FriendlyName = subjectName;
#endif #endif
if (!doNotSetFriendlyName) if (!doNotSetFriendlyName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment