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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -