Commit b7ae7cec authored by Honfika's avatar Honfika

Enterprise parameter removed

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