Created
September 3, 2019 18:37
-
-
Save aleguerra05/6900cc47f0e96d2338285edfe98ac699 to your computer and use it in GitHub Desktop.
Create an autosigned certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment