B4J Question Generate CSR from code and sign http request.

jahswant

Well-Known Member
Licensed User
Longtime User
I have a new requirement for my project to generate a csr file from a key pair and signa request before sending to s secure service. What’s the best approach for this in b4x ? It’s something that is completely new to me. I have a c# project demonstrating this but found no similar apis on the forum.
 

EnriqueGonzalez

Expert
Licensed User
Longtime User
B4x is based on Java so you could in theory convert any working sample. for example:

or you could also use JSHELL to create it with openssl
 
Upvote 0
Top