Commit 1a167fcfa0cf0622e42e44fe57d82df6472cf513

Authored by Antonio Terceiro
1 parent 893bdbd2

https: suggest SHA256 for new certificates

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
INSTALL.https.md
... ... @@ -12,7 +12,7 @@ as below:
12 12 # mkdir /etc/noosfero/ssl
13 13 # cd /etc/noosfero/ssl
14 14 # openssl genrsa 2048 > noosfero.key
15   - # openssl req -new -x509 -nodes -days $[10*365] -key noosfero.key > noosfero.cert
  15 + # openssl req -new -x509 -sha256 -nodes -days $[10*365] -key noosfero.key > noosfero.cert
16 16 # cat noosfero.key noosfero.cert > noosfero.pem
17 17  
18 18 ## Web server configuration
... ...