Create a self signed SSL cert in one line
Always find myself googling this...
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 1000 -nodes
Always find myself googling this...
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 1000 -nodes
Recent Comments