diff options
author | David Walser <luigiwalser@yahoo.com> | 2015-04-01 17:25:15 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2015-04-01 17:25:58 +0100 |
commit | 971938e7043cbbc877039cb75009033cc0bc967f (patch) | |
tree | f8f816e3000cafa2f3d8e37fcf01a7921fc3899b /ssl | |
parent | f138359d05d72fb6aeb209c365b379970f0d55d7 (diff) | |
download | rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar.gz rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar.bz2 rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar.xz rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.zip |
ssl: Change default key length to 2048.
Various browsers and other clients are dropping support for 1024-SSL
certificates so we should not generate them by default.
mga#15576
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # configuration file for create-ssl-certificate rpm scriptlet # key length -KEY_LENGTH=1024 +KEY_LENGTH=2048 # certificate duration CERT_DAYS=365 |