From 1a167fcfa0cf0622e42e44fe57d82df6472cf513 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 1 Jun 2015 09:53:22 -0300 Subject: [PATCH] https: suggest SHA256 for new certificates --- INSTALL.https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.https.md b/INSTALL.https.md index 75615d8..5237aa9 100644 --- a/INSTALL.https.md +++ b/INSTALL.https.md @@ -12,7 +12,7 @@ as below: # mkdir /etc/noosfero/ssl # cd /etc/noosfero/ssl # openssl genrsa 2048 > noosfero.key - # openssl req -new -x509 -nodes -days $[10*365] -key noosfero.key > noosfero.cert + # openssl req -new -x509 -sha256 -nodes -days $[10*365] -key noosfero.key > noosfero.cert # cat noosfero.key noosfero.cert > noosfero.pem ## Web server configuration -- libgit2 0.21.2