Ticket #139 (closed task: fixed)

Opened 11 months ago

Last modified 10 months ago

Hide certificate verification for the signed applet

Reported by: sthiel Assigned to: sthiel
Priority: major Milestone: milestone6
Component: Deployment Version: 0.6.0
Keywords: Cc:
Super-ticket: Reviewer:
Minutes Spent: 300

Description (Last modified by sthiel)

keytool -keystore "C:\Documents and Settings\Stuart Thiel\Application Data\Sun\Java\Deployment\security\trusted.certs" -storepass "" -importcert -file stu.crt -noprompt

Where stu.crt is the cert exported from an accepted thing. We'll probably want to run this every time, in case it gets removed. Running it where a cert is already there gets a message that it's a duplicate and no import happens, so we can ignore it. If it's not in the right location, we'll get a message that the keystore isn't there, and we'll probably just ignore that and the user will have to accept certificates normally. Also, if the user has wisely password protected their keystore (which is not default behavior, as far as I can tell), then it'll not let us do the import.

We can build and execute the commandline thing from within firefox, I believe. nsICommandLineRunner maybe? Maybe nsILocalFile.launch()?

Change History

02/16/08 13:33:49 changed by sthiel

  • description changed.

02/17/08 09:38:16 changed by sthiel

  • status changed from new to closed.
  • resolution set to fixed.
  • minutes_worked set to 180.

-Fixed in 160 161 162

03/03/08 13:44:25 changed by sthiel

  • minutes_worked changed from 180 to 300.

-Now mac compatible. 164 165 Mac keystores are done way different.