I am trying to create an Elastic Load Balancer, but I am unable to get the information (private key and public key certificate) to validate through the AWS console.
I keep receiving private key/public key mismatch.
Digicert provides the cert in a .p7b file format. Besides the p7b certificate I have a file.pem with the private key (—–BEGIN RSA PRIVATE KEY—–) and a keystore file.
I use both everytime i launch one amazon ec2 instance.
Is it possible to extract the public key from those files?
It needs to be the keystore file that you used to generate the actual certificate. Not the one you use to login to the server.
See This