]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Genpair: 4096 bits ssl by default
authorrhatto@riseup.net <Silvio Rhatto>
Thu, 10 Apr 2014 13:47:20 +0000 (10:47 -0300)
committerrhatto@riseup.net <Silvio Rhatto>
Thu, 10 Apr 2014 13:47:20 +0000 (10:47 -0300)
ChangeLog
lib/keyringer/actions/genpair

index 916dbc27484c81abf5922070ed7d165e741af547..738a1f1b83d66e8321417b86b920547b0a08112a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-2014-04-08 - Silvio Rhatto <rhatto@riseup.net>
+2014-04-10 - Silvio Rhatto <rhatto@riseup.net>
 
-       Genpair: generate ssh keys with 4096 bits
+       Genpair: generate ssh and ssl keys with 4096 bits size
 
        Fix usage message inside keyringer shell
 
index 509f5c25e582ba608b3ba405e65ac336a23c5e49..6fc6dcd834fa8ddf8a6c6c97bdd7cb61295d2012 100755 (executable)
@@ -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