but somehow the .csr file generated by Java 19 is having this
Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)
error
managed to build it with openssl@1.1.1 (legacy) in the local Mac environment.
tested the jdk 1.8 and jdk 14, both jdk version are not compatible with openssl@3 in the local Mac environment,
the jdk 19 can work with openssl@3 in the localMac environment but the openssl@3 default pkcs12 algorithm is not compatible with MacOS security framework, see https://openradar.appspot.com/FB8988319
so i temporary downgrade the openssl to v1.1.1 to build this.
thanks
I've just bought and downloaded B4I, I assume I've got the latest version.
Is this the same error?
The tutorial I'm following says there should be a csr created here, which I need for my apple developer account to create the certificate. I only have the following 3 files:
What have I done wrong/not done? My JDK is C:\jdk-19.0.2\bin\javac.exe