Search
Shelves
Books
Log in
Info
Content
Books
DevRandom
Nginx
Basic self signed SSL ...
Basic self signed SSL cert creation
sudo openssl req -x509 -nodes -days 365 -newkey rsa:4096 -keyout nginx.key -out nginx.crt
Back to top