• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

keytool - import CA reply certificate error

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i used keytool to create a keystore and then create the certificate signing request from it.
then, i send the csr for the trial certificate from verisign.
then verisign reply with trial certificate to my email.
the problem rise when i try to import the certificate.
i got error message:
'keytool error: java.lang.Exception: Failed to establish chain from reply'.
my keytool command:
'c:\j2sdk1.4.0\bin\keytool -import -alias tomcat -keystore cert -trustcacerts -file certverisign.cer'
 
reply
    Bookmark Topic Watch Topic
  • New Topic