UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

make-ca

make-ca is a utility to deliver and manage a complete PKI configuration for workstations and servers using only standard Unix utilities, OpenSSL, and p11-kit, using a Mozilla cacerts.txt or like file as the trust source.

Package info

Template:
Codename: make-ca
Source file: make-ca-1.16.1.tar.gz
Source file size: 38185
Source file MD5-checkum: bf9cea2d24fc5344d4951b49f275c595
Source directory: make-ca-1.16.1
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/m/make-ca-1.16.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/m/make-ca-1.16.1.tar.gz.md5sum
Dependances: p11-kit.
Dependance of: qca, wget, gnutls, rest, perl-IO-Socket-SSL, python3-requests, glib-networking, qt5, qt6.
Patches: *** NO PATCHES FOUND ***
Addons: certdata.txt.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
#

Install script:
gunzip -k ../certdata.txt.gz
cp -v ../certdata.txt /etc/ssl

make install &&
install -vdm755 /etc/ssl/local

/usr/sbin/make-ca -r --force

mkdir -pv /etc/profile.d &&
cat > /etc/profile.d/pythoncerts.sh << "EOF"
# Begin /etc/profile.d/pythoncerts.sh

export _PIP_STANDALONE_CERT=/etc/pki/tls/certs/ca-bundle.crt

# End /etc/profile.d/pythoncerts.sh
EOF