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 4848 <Exec ContinueOnError =" true" Command =" certutil -delstore -v root " Test And Dev Root Authority" " />
4949 <Exec ContinueOnError =" true" Command =" certutil -delstore -enterprise -v root " Test And Dev Root Authority" " />
5050
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" />
5656 <Exec Command =" icacls C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /inheritance:r /grant Administrators:F /grant:r Everyone:RW" />
5757 </Target >
5858
You can’t perform that action at this time.
0 commit comments