iOS Question Error creating keystore file.

Leandro Vaufran Stievano

Member
Licensed User
Hi !
I'm starting a new project in B4I,
After starting a new project, I configure the "Configuration Name" in "Build Configurations" and "Package".
Then I go to "Tools" - "Private Sign Key" to generate the first necessary certificates, 3 files should be generated:

B4i.keystore
B4i.p12
certSigningRequest.csr
but only the first two are generated, the certSigningRequest.csr is always missing and I get the following error:

[IDE message - 3:42:37]
An error occurred.
Error creating keystore file.
Error creating key: Error: Error outputting keys and certificates
C09E76E201000000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:341:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()

Can someone help me please ?
 

Leandro Vaufran Stievano

Member
Licensed User
1. Make sure to use OpenJDK 14 on the PC.
2. I'm sending you a temporary id for the hosted builder. Use it to create the key, if it still doesn't work.
Hi Erel,
On the PC I have jdk-14.0.1 installed and working on B4A normally
Using the temporary id sent to my email, the Private Sign Key generation worked without errors on B4I
Thanks !
One question, if I save the generated files and use them in all other projects, is there a problem?
Is there any other tip I can check to be able to generate it on my own Mac?
Thanks again !
 
Upvote 0
Top