File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
<Exec ContinueOnError =" true" Command =" certutil -delstore -v root " Test And Dev Root Authority" " />
49
49
<Exec ContinueOnError =" true" Command =" certutil -delstore -enterprise -v root " Test And Dev Root Authority" " />
50
50
51
- <Exec Command =" certutil -f - p password -importpfx Net\Ssl\CA.pfx" />
52
- <Exec Command =" certutil -f - p password -importpfx Net\Ssl\Server.pfx" />
53
- <Exec Command =" certutil -f - p password -importpfx Net\Ssl\Client.pfx" />
54
- <Exec Command =" certutil -addstore -enterprise -f - v root Config\testcert.cer" />
55
- <Exec Command =" certutil -addstore -enterprise -f - v root Net\Ssl\CA.cer" />
51
+ <Exec Command =" certutil -p password -importpfx Net\Ssl\CA.pfx" />
52
+ <Exec Command =" certutil -p password -importpfx Net\Ssl\Server.pfx" />
53
+ <Exec Command =" certutil -p password -importpfx Net\Ssl\Client.pfx" />
54
+ <Exec Command =" certutil -addstore -enterprise -v root Config\testcert.cer" />
55
+ <Exec Command =" certutil -addstore -enterprise -v root Net\Ssl\CA.cer" />
56
56
<Exec Command =" icacls C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /inheritance:r /grant Administrators:F /grant:r Everyone:RW" />
57
57
</Target >
58
58
You can’t perform that action at this time.
0 commit comments