rusefi/java_console/certificate
rusefi 2a1597ff89 jenkins has issues opening certificate :( 2020-07-17 23:52:08 -04:00
..
readme.md jenkins has issues opening certificate :( 2020-07-17 23:52:08 -04:00
test.jks
test_pkcs12.jks jenkins has issues opening certificate :( 2020-07-17 23:52:08 -04:00

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