How to export private key from a keystore of self-signed certificate

前端 未结 4 1036
-上瘾入骨i
-上瘾入骨i 2020-12-08 07:44

I just created a self-signed certificate on a linux box running tomcat 6.

I created the keys like this, valid for 10 years:

keytool -genkey -alias to         


        
4条回答
  •  死守一世寂寞
    2020-12-08 08:30

    Use Keystore Explorer gui - http://keystore-explorer.sourceforge.net/ - allows you to extract the private key from a .jks in various formats.

提交回复
热议问题