For bonus points, adding in the information on how to properly create a key and cert would be handy on this page for new users.
Something like this: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout my.key -out my.crt
For bonus points, adding in the information on how to properly create a key and cert would be handy on this page for new users.
Something like this:
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout my.key -out my.crt