ReferencePlatforms/Test/Win7 64-bit: Difference between revisions

 
Line 235: Line 235:
= Mozilla maintenance service, associated registry keys, Mozilla test CA root =
= Mozilla maintenance service, associated registry keys, Mozilla test CA root =
{{bug|704578}}
{{bug|704578}}
* Use "Run as Administrator" to start a command prompt and run the following:
  cd c:\
  cd c:\
  wget -O installservice.bat --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577940
  wget -O installservice.bat --no-check-certificate https://bug704578.bugzilla.mozilla.org/attachment.cgi?id=579099
  schtasks /create /tn mozillamaintenance /tr "c:\\windows\\system32\\cmd.exe /c \"c:\\installservice.bat\"" /sc ONSTART /ru SYSTEM
  schtasks /create /tn mozillamaintenance /tr "c:\\windows\\system32\\cmd.exe /c \"c:\\installservice.bat\"" /sc ONSTART /ru SYSTEM
  wget -O keys.reg --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577617
  wget -O keys.reg --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577617
  regedit /s keys.reg
  regedit /s keys.reg
  wget -O MozRoot.crt --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577619
  wget -O MozRoot.crt --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577619
* Browse to download location
wget -O add_cert.msc --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=579119
* Right click cert, choose "Install certificate
start add_cert.msc
* Choose "Trusted Root Certificate Authorities" as the install location
* From menu: Action -> All Tasks -> Import...  launches Certificate Import Wizard
* Click Next
* Browse and use C:\MozRoot.crt
* Next, Next, Finish
* Close the MMC window
canmove, Confirmed users
6,439

edits