• 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

Problem importing certificates with keytool

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys, I need some keytool orientation.

1. I have generated a key entry in my keystore.
2. After that I created a Signing Request (.csr) and sent it to Verisign to sign it.
3. I got from Verisign the signed certificate file.

In the mean time, I deleted the key from the keystore and didnt make a backup.
I executed: keytool -delete -alias tomcat

Now I try to import the certificate Verisign gave to me.
but I'm facing problems when I restart Tomcat.
I think that's because I lost the private key.

I wish you confirm it to me:
Do I loose de generated private key when I run de delete command?
(I'm still using the same keystore).

Cheers!
Filipi
 
reply
    Bookmark Topic Watch Topic
  • New Topic