[noosfero/noosfero][master] HTTPS: instruct people to create better SSL certificates

Antonio Terceiro gitlab at gitlab.com
Mon Jun 1 09:42:32 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
b4da6451 by Antonio Terceiro at 2015-06-01T09:41:02Z
HTTPS: instruct people to create better SSL certificates

- using 2048 bits keys
- *not* forcing SHA1 hashes

- - - - -


1 changed file:

- INSTALL.https.md


Changes:

=====================================
INSTALL.https.md
=====================================
--- a/INSTALL.https.md
+++ b/INSTALL.https.md
@@ -11,8 +11,8 @@ as below:
 
     # mkdir /etc/noosfero/ssl
     # cd /etc/noosfero/ssl
-	  # openssl genrsa 1024 > noosfero.key
-    # openssl req -new -x509 -nodes -sha1 -days $[10*365] -key noosfero.key > noosfero.cert
+    # openssl genrsa 2048 > noosfero.key
+    # openssl req -new -x509 -nodes -days $[10*365] -key noosfero.key > noosfero.cert
     # cat noosfero.key noosfero.cert > noosfero.pem
 
 ## Web server configuration



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/b4da64510dcb9d0cb6b54504485c7584eb125945
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150601/e17eba70/attachment.html>


More information about the Noosfero-dev mailing list