Top "Keytool" questions

Key and Certificate Management Tool: manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.

Can I prevent digital signature warning when I start a java application from command line?

Is there any way to prevent the "The application's digital signature cannot be verified" warning message from appearing when you …

java windows keystore keytool security-warning
Difference between Entry Type "keyEntry" and "trustedCertEntry" in a keystore

I don't have much knowledge in this area, but i have still tried to do things by googling. Here is …

certificate ssl-certificate keystore keytool jks
Adding certificate to keystore using java code

I'm trying to establish a https connection using the server's .cer certificate file. I am able to manually get the …

java https ssl-certificate keytool digital-certificate
Not able to load P7B file into keystore file

I received a new certificate in crt / cert format. When I open this file in a text editor they added …

openssl certificate keystore keytool pkcs#7
Generate private and public key file using keytool

I want to know if there is a way to create .key file for (public and private key) using keytool , …

java ssl openssl keytool
Java Exception on SSLSocket creation

In the code: System.setProperty("javax.net.ssl.trustStore", cacerts); System.setProperty("javax.net.ssl.trustStorePassword", pwdCacerts); SSLSocketFactory sslsocketfactory = (SSLSocketFactory) …

java keytool truststore sslsocketfactory
IP address as hostname (CN) when creating a certificate? (HTTPS hostname wrong: should be <ipAddress>)

Possible Duplicate: How are SSL certificate server names resolved/Can I add alternative names using keytool? I created a certificate …

java ssl https keytool
StartSSL class 1 certificate not accepted by browser (Weblogic 10.0.1)

I have requested a class 1 certificate from StartSSL and installed it in Weblogic 10.0.1 (see screenshots). The browsers (Chrome & IE9 …

ssl weblogic ssl-certificate weblogic-10.x keytool
How to add server certificate into java application in eclipse

I've got a server application which uses: import javax.net.ssl.SSLServerSocket; import javax.net.ssl.SSLServerSocketFactory; import javax.net.…

java ssl ssl-certificate keytool jsse
How to generate, sign and import SSL certificate from Java

Possible Duplicate: Generate certificates, public and private keys with Java I need to generate a self signed certificates at run …

java ssl certificate self-signed keytool