rusefi/java_console/certificate/readme.md

9 lines
289 B
Markdown
Raw Permalink Normal View History

2020-07-17 18:19:24 -07:00
Test certificate generated with the following command
``keytool -genkey -keyalg RSA -alias selfsigned -keystore test.jks -storepass password -validity 360 -keysize 2048``
Converted using
keytool -importkeystore -srckeystore test.jks -destkeystore test_pkcs12.jks -deststoretype pkcs12