gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

DES3 is a weak cipher #237

Closed ghost closed 6 years ago

ghost commented 6 years ago

~The documentation recommends using -des3:~

~openssl genrsa -des3 -out ca.key 1024~

~Which is a broken cipher. Ideally, you should recommend RSA with 2048 bits instead.~