mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
- Implement python3 version of certdata2pem.py script from fedora - Modify build.sh to work with python3 script that uses p11-kit based on fedora approach - https://src.fedoraproject.org/rpms/ca-certificates/tree/rawhide - Extraction of cert files now uses p11-kit which requires libtasn1 as a build dependency - Updated rootfile - Updated ca-certificates installed into a vm and confirmed to download a file from an https site with the same results as with existing ca-certfictaes system Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
#etc/pki
|
|
#etc/pki/ca-trust
|
|
#etc/pki/ca-trust/source
|
|
etc/pki/ca-trust/source/ca-bundle.trust.p11-kit
|
|
etc/ssl/cert.pem
|
|
etc/ssl/certs/ca-bundle.crt
|
|
etc/ssl/certs/ca-bundle.trust.crt
|