-
-
Save wayphorier/30df688109b9a953b1afb19c3e658ca1 to your computer and use it in GitHub Desktop.
Generate snakeoil SSL certificates on Ubuntu
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 apt-get install ssl-cert | |
sudo make-ssl-cert generate-default-snakeoil | |
sudo usermod --append --groups ssl-cert root | |
ls -l /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment