Results 1 to 2 of 2
- 03-16-2011, 11:47 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 2
- Rep Power
- 0
Importing certificate to Trusted Certificates
Hello Forums, My problem is that I need to go to 100 computers and make it so the JAVA -- "The application's digital signature has been verified. Do you want to run this application? - click run" -- does not show up. So certificates right?
I exported the certificate from the site using windows 7 computer and plan to deploy it out to others. I exported out of the Java Console and saved it as nameofcer.cer (e.g.)
Here is my batch
However when i go to that specific site it still pops up.Java Code:cd C:\Program Files (x86)\Java\jre6\bin\ keytool -importcert -alias %COMPUTERNAME% -trustcacerts -file "\\server\location\nameofcer.cer" -keystore "C:\Program Files (x86)\Java\jre6\lib\security\cert" -storepass "changeit" pause
Also it doesn't show up under Trusted Certificates, however it shows up in system, Secure Site CA and Signer SA.
Help would be greatly appreciated.
- 03-17-2011, 12:00 AM #2
Member
- Join Date
- Mar 2011
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
java.security.cert.CertificateException: Couldn't find trusted certificate
By Marcus in forum Advanced JavaReplies: 3Last Post: 01-14-2010, 07:45 PM -
Configuring trusted SSL Certificates
By jimstapleton in forum New To JavaReplies: 1Last Post: 03-25-2009, 01:59 PM -
How to Find IE Browser SSL certificates list
By dmkreddy_k in forum Advanced JavaReplies: 0Last Post: 10-29-2008, 06:38 AM -
IBM JCE: Cannot set up certs for trusted CAs at javax.crypto.f
By jevans in forum Advanced JavaReplies: 1Last Post: 10-11-2008, 04:36 PM -
java.security.cert.CertificateException: Couldn't find trusted certificate
By Felissa in forum Enterprise JavaBeans (EJB)Replies: 4Last Post: 08-10-2007, 10:09 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks