aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-10-04 20:05:25 +0300
committerJani Välimaa <wally@mageia.org>2020-10-04 20:05:25 +0300
commita17771002b50ffc5bc5fe483a1f8482b49c2f750 (patch)
tree06341205f8c5212c5c3fefee84ed396a8430c843
parentb19418cf1a9a9981259e3daa587c36ddb2b7ce52 (diff)
downloadrpm-helper-a17771002b50ffc5bc5fe483a1f8482b49c2f750.tar
rpm-helper-a17771002b50ffc5bc5fe483a1f8482b49c2f750.tar.gz
rpm-helper-a17771002b50ffc5bc5fe483a1f8482b49c2f750.tar.bz2
rpm-helper-a17771002b50ffc5bc5fe483a1f8482b49c2f750.tar.xz
rpm-helper-a17771002b50ffc5bc5fe483a1f8482b49c2f750.zip
Really default to 4096 bit SSL certificates
/etc/sysconfig/ssl is sourced when create-ssl-certificate is executed.
-rw-r--r--ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl b/ssl
index 9df9ae7..376cb90 100644
--- a/ssl
+++ b/ssl
@@ -1,7 +1,7 @@
# configuration file for create-ssl-certificate rpm scriptlet
# key length
-KEY_LENGTH=2048
+KEY_LENGTH=4096
# certificate duration
CERT_DAYS=365