• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

keytool questions

 
Ranch Hand
Posts: 287
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used to put applets out on the web but as they got bigger and more people used them I figured I'd do better with webstart.
I then had to use a (self) certificate even when there was nothing running outside the sandbox.
My certificate expired and I couldn't work out how to extend it so I deleted it and created a new one.
[root@checkmypages swarm]# keytool -list -keystore keystore.jks
Enter keystore password: xxxx

Keystore type: jks
Keystore provider: SUN

Your keystore contains 1 entry

mykey, Dec 7, 2013, keyEntry,
Certificate fingerprint (MD5): xxxxxxxx
[root@checkmypages swarm]# jarsigner -keystore mjrsoft AlienSwarm.jar "xx xxxx"
Enter Passphrase for keystore: xxxxx


Warning: The signer certificate has expired.

I'm confused. Can I correct this and how?
Is there a better way than using certificates as users keep getting popup warnings and it just looks very poor.

Mike

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic