JKS Keystore to PKCS12 Keystore, Change a PKCS12 Keystore password
이번 글에서는 JKS Keystore를 PKCS12 Keystore로 변환하는 방법과 KPCS12 Keystore의 암호를 변경하는 방법을 설명합니다. 1. JKS Keystore를 PKCS12 Keystore로 변환 [root@localhost]# keytool -importkeystore -srckeystore keystore.jks -destkeystore aaaaaa.pfx -srcstoretype JKS -deststoretype PKCS12 -deststorepass newpassword Importing keystore keystore to aaaaaa.pfx... Enter source keystore password: Entry for alias root successfully impor..