ldilley / rubircd

:speech_balloon: An IRC server written in Ruby
http://www.dilley.me/rubircd
GNU General Public License v3.0
22 stars 4 forks source link

Set private key permissions to 400 after creation #44

Closed ldilley closed 7 years ago

ldilley commented 8 years ago

After the private and public keys are generated by tools/create_certificate.sh, key.pem should have mode 400 set. The solution is to simply add "chmod 400 key.pem" at the end of the shell script.