java - Generate private and public key file using keytool -
i want know if there way create .key file (public , private key) using keytool , understand can generate keystore using below command
keytool -genkeypair -keysize 2048 -keyalg rsa -alias appalias -keystore d:\..\..
which has keypair , aware of java way of retrieving keys keystore , there direct way using keytool
as per findings there no direct way extract private key out of keystore , link how can export private key java keytool keystore? helped me extract keys , requires openssl think thats way go.
Comments
Post a Comment