whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

OpenVPN easy rsa in ESP32 #193

Closed aanand23 closed 5 years ago

aanand23 commented 6 years ago

Hi,

I need to generate RSA private key and certificate signing request in ESP32 and send the csr file to OpenVPN certificate authority for signature. My OpenVPN certificate authority is in docker container running on my local machine.

I am not able to generate RSA private key and certificate signing request in ESP32. Has anyone come across such issue? If so then could you please help me how to progress. Also please let me know whether this is possible or not?

I am already able to generate the private key, certificate signing request and sign the csr in OpenVPN CA ( using ./build-key client) but now I need to generate the key and csr file in ESP32 and sign it separately by OpenVPN CA to generate the public certificate.

Any help will be much appreciated!!!

Thanks

the0ne commented 5 years ago

@aanand23 did you try to generate and sign the keys on your pc and then transfer them to the esp32?

the0ne commented 5 years ago

@aanand23 were you able to fix your issue?