From 9b0bae72be3853b3c00199b76fd669a3a580525e Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 17 May 2021 15:38:55 +0000 Subject: Adapt outdated defaults to recent openssl versions --- pkgtools/pkg_install/files/x509/pkgsrc.cnf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgtools/pkg_install') diff --git a/pkgtools/pkg_install/files/x509/pkgsrc.cnf b/pkgtools/pkg_install/files/x509/pkgsrc.cnf index 5d4e177df8f..2044cd89d51 100644 --- a/pkgtools/pkg_install/files/x509/pkgsrc.cnf +++ b/pkgtools/pkg_install/files/x509/pkgsrc.cnf @@ -1,4 +1,4 @@ -# $NetBSD: pkgsrc.cnf,v 1.2 2009/02/02 12:49:16 joerg Exp $ +# $NetBSD: pkgsrc.cnf,v 1.3 2021/05/17 15:38:55 martin Exp $ # # OpenSSL sample configuration file for use by pkgsrc.sh # @@ -77,9 +77,8 @@ emailAddress = optional #################################################################### [ req ] -default_bits = 2048 +default_bits = 4096 default_keyfile = privkey.pem -default_md = sha1 distinguished_name = req_distinguished_name x509_extensions = v3_ca # The extentions to add to the self signed cert -- cgit v1.2.3