From f3e65ef46e879c695713c6e78378adf5fbace173 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 6 Mar 2014 16:10:33 -0600 Subject: default openssl to 2048 --- etc/ssl/openssl.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssl/openssl.cnf b/etc/ssl/openssl.cnf index 4039035..08b3758 100644 --- a/etc/ssl/openssl.cnf +++ b/etc/ssl/openssl.cnf @@ -103,7 +103,7 @@ distinguished_name=req_distinguished_name req_extensions = v3_req prompt=no -default_bits = 1024 +default_bits = 2048 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes -- cgit v1.1