Commit d9e897a0 authored by Honfika's avatar Honfika

Enterprise parameter removed

parent 9c30df1f
......@@ -237,7 +237,7 @@ namespace Titanium.Web.Proxy.Network
var info = new ProcessStartInfo
{
FileName = "certutil.exe",
Arguments = "-importPFX -Enterprise -p \"\" -f \"" + fileName + "\"",
Arguments = "-importPFX -p \"\" -f \"" + fileName + "\"",
CreateNoWindow = true,
UseShellExecute = true,
Verb = "runas",
......
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