pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkg_install/files/x509
Module Name: pkgsrc
Committed By: martin
Date: Mon May 17 15:38:55 UTC 2021
Modified Files:
pkgsrc/pkgtools/pkg_install/files/x509: pkgsrc.cnf
Log Message:
Adapt outdated defaults to recent openssl versions
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkg_install/files/x509/pkgsrc.cnf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkg_install/files/x509/pkgsrc.cnf
diff -u pkgsrc/pkgtools/pkg_install/files/x509/pkgsrc.cnf:1.2 pkgsrc/pkgtools/pkg_install/files/x509/pkgsrc.cnf:1.3
--- pkgsrc/pkgtools/pkg_install/files/x509/pkgsrc.cnf:1.2 Mon Feb 2 12:49:16 2009
+++ pkgsrc/pkgtools/pkg_install/files/x509/pkgsrc.cnf Mon May 17 15:38:55 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index