rusefi/java_console/certificate
..
readme.md
test.jks
test_pkcs12.jks

readme.md

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