Created
December 19, 2012 07:23
-
-
Save yyuu/4335041 to your computer and use it in GitHub Desktop.
Generate snakeoil SSL certificates on Debian
This file contains 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 yyuu | |
ls -l /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key |
Thank you for the stress relief!
thank you so much
Thank you, yyuu .
in Ubuntu 22.04 the snakeoil is automatically installed by just running
sudo apt-get install ssl-cert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, yyuu