[noosfero/noosfero][master] https: suggest SHA256 for new certificates

Antonio Terceiro gitlab at gitlab.com
Mon Jun 1 09:53:57 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
1a167fcf by Antonio Terceiro at 2015-06-01T09:53:22Z
https: suggest SHA256 for new certificates

- - - - -


1 changed file:

- INSTALL.https.md


Changes:

=====================================
INSTALL.https.md
=====================================
--- 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



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


More information about the Noosfero-dev mailing list