I'm doing specs for my company and I am confronted with a serious problem: One of our supported embedded system does not have any file system.
Yes, if a fopen
occurs or any I/O, the system reboots.
I'm only working on server side. Certificate self generated.
So, how can I load a certificate in OpenSSL ? I've seen on several example on the internet, people generates it then write it in a file but I can't do that. Is that mandatory ?
Thank you