From 9f3f0ce46386624072930ad892eec67ce40712db Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 26 Oct 2018 13:42:20 -0600 Subject: [PATCH] docs: recommend 2048 bit keys The US NIST recommends 2048-bit keys for RSA. --- docs/source/server_howto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index fa34871f..58446fc5 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -129,7 +129,7 @@ koji components. emailAddress = optional [req] - default_bits = 1024 + default_bits = 2048 default_keyfile = privkey.pem default_md = sha256 distinguished_name = req_distinguished_name