Commit 16f10a4f authored by justcoding121's avatar justcoding121

cleanup certificate manager

parent 13dba195
...@@ -703,6 +703,7 @@ namespace Titanium.Web.Proxy.Network ...@@ -703,6 +703,7 @@ namespace Titanium.Web.Proxy.Network
if (!CertValidated) if (!CertValidated)
{ {
CreateRootCertificate(); CreateRootCertificate();
}
if (UserTrustRoot) if (UserTrustRoot)
{ {
...@@ -713,7 +714,7 @@ namespace Titanium.Web.Proxy.Network ...@@ -713,7 +714,7 @@ namespace Titanium.Web.Proxy.Network
{ {
TrustRootCertificateAsAdmin(); TrustRootCertificateAsAdmin();
} }
}
} }
/// <summary> /// <summary>
......
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