Re: Android/Java PKCS12 Industry format Keystore

2019-10-11 Thread Jjs via use-livecode
That's the same i use too. Maybe the updated java is the cause of the warning. Latest of jave jdk 8. The keys still work, so i was curious if this could have consequences. "J. Landman Gay via use-livecode" schreef op 10 oktober 2019 22:36:11 CEST: >I use the example from Google, which is ident

Re: Android/Java PKCS12 Industry format Keystore

2019-10-10 Thread J. Landman Gay via use-livecode
I use the example from Google, which is identical to the example in the LC lesson. This is Google: keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 1 -alias my-alias This is the LC lesson (using Windows exe): keytool.exe -genkey -v -keystore release.keys

Android/Java PKCS12 Industry format Keystore

2019-10-10 Thread JJS via use-livecode
Hi, have some people already changed theirĀ  (Android/Java) keystore keys to the PKCS12 format? When creating a keystore key i get this warning a few times: Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format usin