pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/x509 Adapt outdated default...
details: https://anonhg.NetBSD.org/pkgsrc/rev/602d5f35809e
branches: trunk
changeset: 452847:602d5f35809e
user: martin <martin%pkgsrc.org@localhost>
date: Mon May 17 15:38:55 2021 +0000
description:
Adapt outdated defaults to recent openssl versions
diffstat:
pkgtools/pkg_install/files/x509/pkgsrc.cnf | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 2905efe43234 -r 602d5f35809e pkgtools/pkg_install/files/x509/pkgsrc.cnf
--- a/pkgtools/pkg_install/files/x509/pkgsrc.cnf Mon May 17 15:06:49 2021 +0000
+++ b/pkgtools/pkg_install/files/x509/pkgsrc.cnf Mon May 17 15:38:55 2021 +0000
@@ -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 @@
####################################################################
[ 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
Home |
Main Index |
Thread Index |
Old Index