From: rhatto@riseup.net Date: Thu, 10 Apr 2014 13:47:20 +0000 (-0300) Subject: Genpair: 4096 bits ssl by default X-Git-Tag: 0.3.4~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9d04c79cf4a5b99d8910e07b5232267ed4cedcf5;p=keyringer.git Genpair: 4096 bits ssl by default --- diff --git a/ChangeLog b/ChangeLog index 916dbc2..738a1f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -2014-04-08 - Silvio Rhatto +2014-04-10 - Silvio Rhatto - Genpair: generate ssh keys with 4096 bits + Genpair: generate ssh and ssl keys with 4096 bits size Fix usage message inside keyringer shell diff --git a/lib/keyringer/actions/genpair b/lib/keyringer/actions/genpair index 509f5c2..6fc6dcd 100755 --- a/lib/keyringer/actions/genpair +++ b/lib/keyringer/actions/genpair @@ -132,7 +132,7 @@ EOF cat openssl.conf read -p "Hit ENTER to continue." prompt - openssl req -batch -nodes -config openssl.conf -newkey rsa:2048 -sha256 \ + openssl req -batch -nodes -config openssl.conf -newkey rsa:4096 -sha256 \ -keyout ${NODE}_privatekey.pem -out ${NODE}_csr.pem openssl req -noout -text -in ${NODE}_csr.pem