A cert is a wrapper around the public key from a public-private key pair. Either you created your own keypair and asked the CA to create the cert using the public key (in which case you just need to go find the private key) or you asked the CA to generate a new keypair for you and create a cert from the public key (in which case the CA will have sent you the public key in addition to the cert). Either way, certs are generated from keys, not the other way around.
Tim On Aug 17, 2016 7:31 AM, "KenHall" <ha...@dnb.com> wrote: > Hi Tim, > > I assumed that a key was created in the key store when a cert was added. If > that's not the case - how do I create a key? and how do I install it? > > Is this key related to the Certificate Signing request that I used to get a > Certificate from the CA? > > Ken > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Using-Trusted-Cert-with-ActiveMQ-SSL-tp4715473p4715576.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >