From b4da64510dcb9d0cb6b54504485c7584eb125945 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 1 Jun 2015 09:41:02 -0300 Subject: [PATCH] HTTPS: instruct people to create better SSL certificates --- INSTALL.https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.https.md b/INSTALL.https.md index 7b7d6c8..75615d8 100644 --- 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 -- libgit2 0.21.2