I have 3 separate .pem files:
publicCert.pem
privateKey.pem
CertificateChain.pem
I want to put these into a new java keystore.
I have seen this question asked and answered before, but with only 1 or 2 .pem files, not 3, and not specifically for a new jks.
Additionally the other web servers run on IIS, and are using SSL with a wildcard domain. example: *domain.com
Can I create a jks for a wildcard domain? Looks like that may be tricky?
Commands appreciated!