rusefi/java_console/certificate/readme.md

9 lines
289 B
Markdown

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