Linked Questions

293 votes
16 answers
680k views

I have a pair of X.509 cert and a key file. How do I import those two in a single keystore? All examples I could Google always generate the key themselves, but I already have a key. I have tried: ...
Aleksandar Ivanisevic's user avatar
112 votes
7 answers
286k views

I am trying to import a certificate and a key file into the keystore but I'm unable to do that. How can I create a keystore by importing both an existing certificate (abc.crt) and abc.key files?
Ravi Jain's user avatar
  • 1,519
78 votes
2 answers
220k views

I used the following steps to create a new Java keystore with a pair of private/public key to be used by a Java (internal) server with TLS. Please notice that the certificate is selfsigned: 1) ...
kingston's user avatar
  • 11.5k
26 votes
2 answers
132k views

I have to convert a certificate in PEM format into an Java key store. To use this one with tomcat at a windows server I've got those files: cert_request.csr -----BEGIN CERTIFICATE REQUEST----- ......
Narf's user avatar
  • 263
1 vote
2 answers
8k views

I'm working with Java7 and JAX-WS 2.2. For a SOAP web service I need to create a custom X509KeyManager in order to find the correct certificate for each connecting client in a JKS keystore. However, ...
Markus L's user avatar
  • 1,036
4 votes
1 answer
9k views

I am Running Spring Boot 1.4.0.RELEASE. I got a valid cert from my IT dept. I Generated a tomcat keystore.jks file using the IT_cert.cer keytool -keystore tomcat-keystore.jks -storepass password -...
Nam Do's user avatar
  • 41
2 votes
1 answer
11k views

I have a problem with the creation of keystore from cer files. I have three files: NameCertyfikat2015.cer NameIntermediateCA.cer NamePrivateKey.txt And I want to get jks Keystore file. How can I do ...
luckybastard's user avatar
1 vote
1 answer
10k views

I created a CSR file using openssl req -nodes -newkey rsa:2048 -keyout yourdomain.key -out yourdomain.csr –sha256 It created a CSR file and a key file. I submitted the CSR file to a CA. They ...
Mohendra Amatya's user avatar
2 votes
1 answer
4k views

Goal: I want this url ( https://localhost:8083 ) to use my self-signed certiciate on my localmachine. First, I referenced this url (https://gist.github.com/oslego/f13e136ffeaa6174289a) and what I did ...
user2761895's user avatar
  • 1,591
1 vote
1 answer
3k views

I'm setting up a key for HTTPS in JBoss 6 and it keeps showing me the error ERR_SSL_VERSION_OR_CIPHER_MISMATCH The certificate is valid. I created the jks using this command: keytool -import -...
Allysson Sanciani Rodrigues's user avatar
0 votes
1 answer
2k views

I have a ssl certicate provided by globalsign. I want to import the certificate to use it with tomcat. I am doing the following operation Importing chain certificate keytool -import -alias root11 -...
Sam's user avatar
  • 1,328
0 votes
1 answer
2k views

I used openssl to generate a csr and key file, I buy a SSL certificates provide from COMODO, I have installed the SSL service in my apache server on port 443 and it work!. In this same server I have ...
Jose Luis's user avatar
0 votes
1 answer
970 views

I have created a self signed certificate chain using openssl. The certificate is of .crt extension. I tried to create a .keystore file from that .crt file. The command used to create the keystore ...
Hulk Man's user avatar
  • 183
0 votes
1 answer
198 views

I'm attempting to set up TLS (SSL) with my domain hosted on AWS Bitnami so that users can access it over HTTPS. It is running on Apache Tomcat standalone and is not fronted by a LB. To generate the ...
Continuity8's user avatar
  • 2,631
0 votes
0 answers
145 views

I am attempting to create and use self-signed certificates for a spring boot gateway application, but newer versions of some dependencies have exposed a flaw in my certificate generation. I believe ...
Daniel's user avatar
  • 3,390