How to import an existing X.509 certificate and private key in Java keystore to use in SSL?

前端 未结 15 1042
说谎
说谎 2020-11-22 08:05

I have this in an ActiveMQ config:


        

        
15条回答
  •  孤独总比滥情好
    2020-11-22 08:28

    in a case of Elliptic Curve and answer the question import an existing x509 certificate and private key in Java keystore, you may want to have a look also to this thread How to read EC Private key in java which is in .pem file format

提交回复
热议问题