#self-signed
Read more stories on Hashnode
Articles with this tag
Create a self-signed certificate $ openssl req -new -x509 -sha256 -newkey rsa:2048 -nodes -keyout server.key -out cert.pem Create a signing request $...