```To generate key and cert files with OpenSSL use...
# general
b
Copy code
To generate key and cert files with OpenSSL use following command

openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365