From 9d04c79cf4a5b99d8910e07b5232267ed4cedcf5 Mon Sep 17 00:00:00 2001 From: "rhatto@riseup.net" Date: Thu, 10 Apr 2014 10:47:20 -0300 Subject: Genpair: 4096 bits ssl by default --- ChangeLog | 4 ++-- lib/keyringer/actions/genpair | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- cgit v1.2.3