Skip to content

Commit

Permalink
net-snmp-cert: Use sha512 as default option for generating certificates.
Browse files Browse the repository at this point in the history
Fixes: #231

[ bvanassche: edited commit message ]
  • Loading branch information
jridky authored and bvanassche committed Mar 16, 2021
1 parent eb1b11b commit a9cf25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/net-snmp-cert
Expand Up @@ -1003,7 +1003,7 @@ sub make_openssl_conf {
rdir = .
dir = $ENV::DIR
RANDFILE = $rdir/.rand
MD = sha1
MD = sha512
KSIZE = 2048
CN = net-snmp.org
EMAIL = admin@net-snmp.org
Expand Down

0 comments on commit a9cf25d

Please sign in to comment.