dustinblackman / phantomized

All dynamic PhantomJS ELFs in one simple tar
69 stars 149 forks source link

Extra files? #1

Closed mwarkentin closed 7 years ago

mwarkentin commented 7 years ago

Hey, thanks so much for this - it was the only way we were able to get phantomjs working correctly in alpine.

I noticed that there appear to be more files than required in the tarball you generate. I was able to get phantomjs working with the following set of files:

$ tree .
.
├── lib
│   └── x86_64-linux-gnu
│       ├── libc.so.6
│       ├── libcom_err.so.2
│       ├── libcrypt.so.1
│       ├── libcrypto.so.1.0.0
│       ├── libdl.so.2
│       ├── libexpat.so.1
│       ├── libgcc_s.so.1
│       ├── libgcrypt.so.11
│       ├── libgpg-error.so.0
│       ├── libkeyutils.so.1
│       ├── libm.so.6
│       ├── libnss_compat.so.2
│       ├── libnss_dns.so.2
│       ├── libnss_files.so.2
│       ├── libpng12.so.0
│       ├── libpthread.so.0
│       ├── libresolv.so.2
│       ├── librt.so.1
│       ├── libssl.so.1.0.0
│       └── libz.so.1
├── lib64
│   └── ld-linux-x86-64.so.2
└── usr
    └── lib
        └── x86_64-linux-gnu
            ├── libasn1.so.8
            ├── libcurl.so.4
            ├── libffi.so.6
            ├── libfontconfig.so.1
            ├── libfreetype.so.6
            ├── libgnutls.so.26
            ├── libgssapi.so.3
            ├── libgssapi_krb5.so.2
            ├── libhcrypto.so.4
            ├── libheimbase.so.1
            ├── libheimntlm.so.0
            ├── libhx509.so.5
            ├── libidn.so.11
            ├── libk5crypto.so.3
            ├── libkrb5.so.26
            ├── libkrb5.so.3
            ├── libkrb5support.so.0
            ├── liblber-2.4.so.2
            ├── libldap_r-2.4.so.2
            ├── libp11-kit.so.0
            ├── libroken.so.18
            ├── librtmp.so.0
            ├── libsasl2.so.2
            ├── libsqlite3.so.0
            ├── libstdc++.so.6
            ├── libtasn1.so.6
            └── libwind.so.0

6 directories, 48 files

Here's the set of files in your tarball:

$ tree .
.
├── bin
│   └── sh
├── etc
│   ├── fonts
│   │   ├── conf.avail
│   │   │   ├── 10-antialias.conf
│   │   │   ├── 10-autohint.conf
│   │   │   ├── 10-hinting-full.conf
│   │   │   ├── 10-hinting-medium.conf
│   │   │   ├── 10-hinting-slight.conf
│   │   │   ├── 10-hinting.conf
│   │   │   ├── 10-no-sub-pixel.conf
│   │   │   ├── 10-scale-bitmap-fonts.conf
│   │   │   ├── 10-sub-pixel-bgr.conf
│   │   │   ├── 10-sub-pixel-rgb.conf
│   │   │   ├── 10-sub-pixel-vbgr.conf
│   │   │   ├── 10-sub-pixel-vrgb.conf
│   │   │   ├── 10-unhinted.conf
│   │   │   ├── 11-lcdfilter-default.conf
│   │   │   ├── 11-lcdfilter-legacy.conf
│   │   │   ├── 11-lcdfilter-light.conf
│   │   │   ├── 20-unhint-small-dejavu-lgc-sans-mono.conf
│   │   │   ├── 20-unhint-small-dejavu-lgc-sans.conf
│   │   │   ├── 20-unhint-small-dejavu-lgc-serif.conf
│   │   │   ├── 20-unhint-small-dejavu-sans-mono.conf
│   │   │   ├── 20-unhint-small-dejavu-sans.conf
│   │   │   ├── 20-unhint-small-dejavu-serif.conf
│   │   │   ├── 20-unhint-small-vera.conf
│   │   │   ├── 25-unhint-nonlatin.conf
│   │   │   ├── 30-metric-aliases.conf
│   │   │   ├── 30-urw-aliases.conf
│   │   │   ├── 40-nonlatin.conf
│   │   │   ├── 45-latin.conf
│   │   │   ├── 49-sansserif.conf
│   │   │   ├── 50-user.conf
│   │   │   ├── 51-local.conf
│   │   │   ├── 53-monospace-lcd-filter.conf
│   │   │   ├── 57-dejavu-sans-mono.conf
│   │   │   ├── 57-dejavu-sans.conf
│   │   │   ├── 57-dejavu-serif.conf
│   │   │   ├── 58-dejavu-lgc-sans-mono.conf
│   │   │   ├── 58-dejavu-lgc-sans.conf
│   │   │   ├── 58-dejavu-lgc-serif.conf
│   │   │   ├── 60-latin.conf
│   │   │   ├── 65-fonts-persian.conf
│   │   │   ├── 65-khmer.conf
│   │   │   ├── 65-nonlatin.conf
│   │   │   ├── 69-unifont.conf
│   │   │   ├── 70-force-bitmaps.conf
│   │   │   ├── 70-no-bitmaps.conf
│   │   │   ├── 70-yes-bitmaps.conf
│   │   │   ├── 80-delicious.conf
│   │   │   └── 90-synthetic.conf
│   │   ├── conf.d
│   │   │   ├── 10-antialias.conf -> ../conf.avail/10-antialias.conf
│   │   │   ├── 10-hinting-slight.conf -> ../conf.avail/10-hinting-slight.conf
│   │   │   ├── 10-hinting.conf -> ../conf.avail/10-hinting.conf
│   │   │   ├── 10-scale-bitmap-fonts.conf -> ../conf.avail/10-scale-bitmap-fonts.conf
│   │   │   ├── 11-lcdfilter-default.conf -> ../conf.avail/11-lcdfilter-default.conf
│   │   │   ├── 20-unhint-small-dejavu-lgc-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf
│   │   │   ├── 20-unhint-small-dejavu-lgc-sans.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-sans.conf
│   │   │   ├── 20-unhint-small-dejavu-lgc-serif.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-serif.conf
│   │   │   ├── 20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf
│   │   │   ├── 20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf
│   │   │   ├── 20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf
│   │   │   ├── 20-unhint-small-vera.conf -> ../conf.avail/20-unhint-small-vera.conf
│   │   │   ├── 30-metric-aliases.conf -> ../conf.avail/30-metric-aliases.conf
│   │   │   ├── 30-urw-aliases.conf -> ../conf.avail/30-urw-aliases.conf
│   │   │   ├── 40-nonlatin.conf -> ../conf.avail/40-nonlatin.conf
│   │   │   ├── 45-latin.conf -> ../conf.avail/45-latin.conf
│   │   │   ├── 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
│   │   │   ├── 50-user.conf -> ../conf.avail/50-user.conf
│   │   │   ├── 51-local.conf -> ../conf.avail/51-local.conf
│   │   │   ├── 57-dejavu-sans-mono.conf -> ../conf.avail/57-dejavu-sans-mono.conf
│   │   │   ├── 57-dejavu-sans.conf -> ../conf.avail/57-dejavu-sans.conf
│   │   │   ├── 57-dejavu-serif.conf -> ../conf.avail/57-dejavu-serif.conf
│   │   │   ├── 58-dejavu-lgc-sans-mono.conf -> ../conf.avail/58-dejavu-lgc-sans-mono.conf
│   │   │   ├── 58-dejavu-lgc-sans.conf -> ../conf.avail/58-dejavu-lgc-sans.conf
│   │   │   ├── 58-dejavu-lgc-serif.conf -> ../conf.avail/58-dejavu-lgc-serif.conf
│   │   │   ├── 60-latin.conf -> ../conf.avail/60-latin.conf
│   │   │   ├── 65-fonts-persian.conf -> ../conf.avail/65-fonts-persian.conf
│   │   │   ├── 65-nonlatin.conf -> ../conf.avail/65-nonlatin.conf
│   │   │   ├── 69-unifont.conf -> ../conf.avail/69-unifont.conf
│   │   │   ├── 70-no-bitmaps.conf -> ../conf.avail/70-no-bitmaps.conf
│   │   │   ├── 80-delicious.conf -> ../conf.avail/80-delicious.conf
│   │   │   ├── 90-synthetic.conf -> ../conf.avail/90-synthetic.conf
│   │   │   └── README
│   │   └── fonts.conf
│   ├── group
│   ├── nsswitch.conf
│   ├── passwd
│   └── ssl
│       ├── certs
│       │   ├── 00673b5b.0 -> thawte_Primary_Root_CA.pem
│       │   ├── 024dc131.0 -> Microsec_e-Szigno_Root_CA.pem
│       │   ├── 02b73561.0 -> Comodo_Secure_Services_root.pem
│       │   ├── 034868d6.0 -> Swisscom_Root_EV_CA_2.pem
│       │   ├── 039c618a.0 -> TURKTRUST_Certificate_Services_Provider_Root_2.pem
│       │   ├── 03f2b8cf.0 -> WoSign_China.pem
│       │   ├── 052e396b.0 -> AddTrust_Qualified_Certificates_Root.pem
│       │   ├── 062cdee6.0 -> GlobalSign_Root_CA_-_R3.pem
│       │   ├── 064e0aa9.0 -> QuoVadis_Root_CA_2_G3.pem
│       │   ├── 080911ac.0 -> QuoVadis_Root_CA.pem
│       │   ├── 0810ba98.0 -> Root_CA_Generalitat_Valenciana.pem
│       │   ├── 08aef7bb.0 -> WellsSecure_Public_Root_Certificate_Authority.pem
│       │   ├── 09789157.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.pem
│       │   ├── 0b759015.0 -> E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem
│       │   ├── 0ba01d19.0 -> SG_TRUST_SERVICES_RACINE.pem
│       │   ├── 0c4c9b6c.0 -> Global_Chambersign_Root_-_2008.pem
│       │   ├── 0d188d89.0 -> E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem
│       │   ├── 0d1b923b.0 -> S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
│       │   ├── 0dad9736.0 -> SG_TRUST_SERVICES_RACINE.pem
│       │   ├── 10531352.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.pem
│       │   ├── 111e6273.0 -> GlobalSign_Root_CA_-_R2.pem
│       │   ├── 116bf586.0 -> GeoTrust_Primary_Certification_Authority_-_G2.pem
│       │   ├── 119afc2e.0 -> Juur-SK.pem
│       │   ├── 11f154d6.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── 124bbd54.0 -> Comodo_Trusted_Services_root.pem
│       │   ├── 128805a3.0 -> EE_Certification_Centre_Root_CA.pem
│       │   ├── 12d55845.0 -> DST_Root_CA_X3.pem
│       │   ├── 157753a5.0 -> AddTrust_External_Root.pem
│       │   ├── 1636090b.0 -> Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
│       │   ├── 1676090a.0 -> China_Internet_Network_Information_Center_EV_Certificates_Root.pem
│       │   ├── 17b51fe6.0 -> Certplus_Class_2_Primary_CA.pem
│       │   ├── 1874d4aa.0 -> China_Internet_Network_Information_Center_EV_Certificates_Root.pem
│       │   ├── 18856ac4.0 -> SecureSign_RootCA11.pem
│       │   ├── 1dac3003.0 -> DST_ACES_CA_X6.pem
│       │   ├── 1dcd6f4c.0 -> Taiwan_GRCA.pem
│       │   ├── 1df5a75f.0 -> D-TRUST_Root_Class_3_CA_2_2009.pem
│       │   ├── 1e09d511.0 -> T-TeleSec_GlobalRoot_Class_2.pem
│       │   ├── 1e1eab7c.0 -> T-TeleSec_GlobalRoot_Class_3.pem
│       │   ├── 1e8e7201.0 -> GlobalSign_Root_CA_-_R3.pem
│       │   ├── 1eb37bdf.0 -> Chambers_of_Commerce_Root_-_2008.pem
│       │   ├── 1ec4d31a.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── 1f58a078.0 -> QuoVadis_Root_CA_2_G3.pem
│       │   ├── 201cada0.0 -> America_Online_Root_Certification_Authority_2.pem
│       │   ├── 21855f49.0 -> CA_Disig_Root_R1.pem
│       │   ├── 219d9499.0 -> Go_Daddy_Class_2_CA.pem
│       │   ├── 2251b13a.0 -> ComSign_Secured_CA.pem
│       │   ├── 23f4c490.0 -> Starfield_Class_2_CA.pem
│       │   ├── 244b5494.0 -> DigiCert_High_Assurance_EV_Root_CA.pem
│       │   ├── 24ad0b63.0 -> Verisign_Class_1_Public_Primary_Certification_Authority.pem
│       │   ├── 27af790d.0 -> GeoTrust_Primary_Certification_Authority_-_G2.pem
│       │   ├── 2ab3b959.0 -> NetLock_Express_=Class_C=_Root.pem
│       │   ├── 2ae6433e.0 -> CA_Disig_Root_R2.pem
│       │   ├── 2afc57aa.0 -> TC_TrustCenter_Class_2_CA_II.pem
│       │   ├── 2b349938.0 -> AffirmTrust_Commercial.pem
│       │   ├── 2c543cd1.0 -> GeoTrust_Global_CA.pem
│       │   ├── 2d9dafe4.0 -> Buypass_Class_3_Root_CA.pem
│       │   ├── 2e4eed3c.0 -> thawte_Primary_Root_CA.pem
│       │   ├── 2e5ac55d.0 -> DST_Root_CA_X3.pem
│       │   ├── 2edf7016.0 -> Verisign_Class_1_Public_Primary_Certification_Authority.pem
│       │   ├── 2fa87019.0 -> Network_Solutions_Certificate_Authority.pem
│       │   ├── 2fb1850a.0 -> America_Online_Root_Certification_Authority_2.pem
│       │   ├── 33815e15.0 -> StartCom_Certification_Authority_2.pem
│       │   ├── 33815e15.1 -> StartCom_Certification_Authority.pem
│       │   ├── 343eb6cb.0 -> Cybertrust_Global_Root.pem
│       │   ├── 349f2832.0 -> EC-ACC.pem
│       │   ├── 3513523f.0 -> DigiCert_Global_Root_CA.pem
│       │   ├── 381ce4dd.0 -> ACEDICOM_Root.pem
│       │   ├── 399e7759.0 -> DigiCert_Global_Root_CA.pem
│       │   ├── 3a3b02ce.0 -> OISTE_WISeKey_Global_Root_GA_CA.pem
│       │   ├── 3ad48a91.0 -> Baltimore_CyberTrust_Root.pem
│       │   ├── 3b2716e5.0 -> EBG_Elektronik_Sertifika_Hizmet_Sa�\237layıcısı.pem
│       │   ├── 3bde41ac.0 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
│       │   ├── 3c58f906.0 -> AddTrust_External_Root.pem
│       │   ├── 3c860d51.0 -> SwissSign_Gold_CA_-_G2.pem
│       │   ├── 3c9a4d3b.0 -> ACCVRAIZ1.pem
│       │   ├── 3d441de8.0 -> Staat_der_Nederlanden_Root_CA_-_G2.pem
│       │   ├── 3e45d192.0 -> Hongkong_Post_Root_CA_1.pem
│       │   ├── 3e7271e8.0 -> Entrust.net_Premium_2048_Secure_Server_CA.pem
│       │   ├── 3ee7e181.0 -> IGC_A.pem
│       │   ├── 3efd4dc0.0 -> Swisscom_Root_CA_2.pem
│       │   ├── 40547a79.0 -> COMODO_Certification_Authority.pem
│       │   ├── 40dc992e.0 -> Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
│       │   ├── 415660c1.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
│       │   ├── 415660c1.1 -> Verisign_Class_3_Public_Primary_Certification_Authority.pem
│       │   ├── 418595b9.0 -> T�\234BİTAK_UEKAE_Kök_Sertifika_Hizmet_Sa�\237layıcısı_-_Sürüm_3.pem
│       │   ├── 4304c5e5.0 -> Network_Solutions_Certificate_Authority.pem
│       │   ├── 442adcac.0 -> Certum_Root_CA.pem
│       │   ├── 450c6e38.0 -> Swisscom_Root_CA_2.pem
│       │   ├── 46b2fd3b.0 -> SwissSign_Platinum_CA_-_G2.pem
│       │   ├── 480720ec.0 -> GeoTrust_Primary_Certification_Authority.pem
│       │   ├── 48a195d8.0 -> Izenpe.com.pem
│       │   ├── 48bec511.0 -> Certum_Trusted_Network_CA.pem
│       │   ├── 4a6481c9.0 -> GlobalSign_Root_CA_-_R2.pem
│       │   ├── 4bfab552.0 -> Starfield_Root_Certificate_Authority_-_G2.pem
│       │   ├── 4d654d1d.0 -> GTE_CyberTrust_Global_Root.pem
│       │   ├── 4e18c148.0 -> Deutsche_Telekom_Root_CA_2.pem
│       │   ├── 4f316efb.0 -> SwissSign_Gold_CA_-_G2.pem
│       │   ├── 4fbd6bfa.0 -> UTN_DATACorp_SGC_Root_CA.pem
│       │   ├── 5021a0a2.0 -> TC_TrustCenter_Universal_CA_I.pem
│       │   ├── 5046c355.0 -> SwissSign_Silver_CA_-_G2.pem
│       │   ├── 524d9b43.0 -> VeriSign_Universal_Root_Certification_Authority.pem
│       │   ├── 5273a94c.0 -> E-Tugra_Certification_Authority.pem
│       │   ├── 52b525c7.0 -> QuoVadis_Root_CA_1_G3.pem
│       │   ├── 5443e9e3.0 -> T-TeleSec_GlobalRoot_Class_3.pem
│       │   ├── 54657681.0 -> Buypass_Class_2_Root_CA.pem
│       │   ├── 5620c4aa.0 -> TC_TrustCenter_Class_3_CA_II.pem
│       │   ├── 56657bde.0 -> Comodo_Trusted_Services_root.pem
│       │   ├── 56b8a0b6.0 -> TURKTRUST_Certificate_Services_Provider_Root_2.pem
│       │   ├── 56e29e75.0 -> spi-cacert-2008.pem
│       │   ├── 57692373.0 -> GeoTrust_Global_CA_2.pem
│       │   ├── 578d5c04.0 -> Equifax_Secure_CA.pem
│       │   ├── 57bbd831.0 -> ApplicationCA_-_Japanese_Government.pem
│       │   ├── 57bcb2da.0 -> SwissSign_Silver_CA_-_G2.pem
│       │   ├── 58a44af1.0 -> IGC_A.pem
│       │   ├── 592c0a9a.0 -> TURKTRUST_Certificate_Services_Provider_Root_2007.pem
│       │   ├── 594f1775.0 -> Equifax_Secure_CA.pem
│       │   ├── 5a3f0ff8.0 -> COMODO_Certification_Authority.pem
│       │   ├── 5a5372fc.0 -> NetLock_Business_=Class_B=_Root.pem
│       │   ├── 5ad8a5d6.0 -> GlobalSign_Root_CA.pem
│       │   ├── 5c44d531.0 -> Staat_der_Nederlanden_Root_CA_-_G2.pem
│       │   ├── 5cd81ad7.0 -> TeliaSonera_Root_CA_v1.pem
│       │   ├── 5cf9d536.0 -> QuoVadis_Root_CA.pem
│       │   ├── 5d63b0ae.0 -> WoSign_China.pem
│       │   ├── 5e4e69e7.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
│       │   ├── 5f15c80c.0 -> TWCA_Global_Root_CA.pem
│       │   ├── 5f47b495.0 -> Actalis_Authentication_Root_CA.pem
│       │   ├── 607986c7.0 -> DigiCert_Global_Root_G2.pem
│       │   ├── 60afe812.0 -> NetLock_Arany_=Class_Gold=_F�\221tanúsítvány.pem
│       │   ├── 635ccfd5.0 -> NetLock_Express_=Class_C=_Root.pem
│       │   ├── 63a2c897.0 -> TeliaSonera_Root_CA_v1.pem
│       │   ├── 6410666e.0 -> Taiwan_GRCA.pem
│       │   ├── 653b494a.0 -> Baltimore_CyberTrust_Root.pem
│       │   ├── 65b876bd.0 -> T�\234BİTAK_UEKAE_Kök_Sertifika_Hizmet_Sa�\237layıcısı_-_Sürüm_3.pem
│       │   ├── 667c66d4.0 -> Swisscom_Root_CA_1.pem
│       │   ├── 67495436.0 -> thawte_Primary_Root_CA_-_G3.pem
│       │   ├── 67d559d1.0 -> Sonera_Class_1_Root_CA.pem
│       │   ├── 69105f4f.0 -> DigiCert_Assured_ID_Root_CA.pem
│       │   ├── 6b99d060.0 -> Entrust_Root_Certification_Authority.pem
│       │   ├── 6cc3c4c3.0 -> Thawte_Server_CA.pem
│       │   ├── 6e8bf996.0 -> Certum_Root_CA.pem
│       │   ├── 6f2c1157.0 -> AC_Raíz_Certicámara_S.A..pem
│       │   ├── 6fcc125d.0 -> Visa_eCommerce_Root.pem
│       │   ├── 706f604c.0 -> XRamp_Global_CA_Root.pem
│       │   ├── 72f369af.0 -> Buypass_Class_2_CA_1.pem
│       │   ├── 72fa7371.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── 749e9e03.0 -> QuoVadis_Root_CA_1_G3.pem
│       │   ├── 74c26bd0.0 -> Equifax_Secure_Global_eBusiness_CA.pem
│       │   ├── 755f7420.0 -> Sonera_Class_1_Root_CA.pem
│       │   ├── 75680d2e.0 -> Comodo_AAA_Services_root.pem
│       │   ├── 75d1b2ed.0 -> DigiCert_Trusted_Root_G4.pem
│       │   ├── 7651b327.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
│       │   ├── 7651b327.1 -> Verisign_Class_3_Public_Primary_Certification_Authority.pem
│       │   ├── 76579174.0 -> XRamp_Global_CA_Root.pem
│       │   ├── 7672ac4b.0 -> Certinomis_-_Autorité_Racine.pem
│       │   ├── 76cb8f92.0 -> Cybertrust_Global_Root.pem
│       │   ├── 76faf6c0.0 -> QuoVadis_Root_CA_3.pem
│       │   ├── 778e3cb0.0 -> UTN_DATACorp_SGC_Root_CA.pem
│       │   ├── 790a7190.0 -> DST_ACES_CA_X6.pem
│       │   ├── 7999be0d.0 -> GeoTrust_Global_CA.pem
│       │   ├── 79ad8b43.0 -> Equifax_Secure_eBusiness_CA_1.pem
│       │   ├── 7a481e66.0 -> TC_TrustCenter_Class_3_CA_II.pem
│       │   ├── 7a819ef2.0 -> QuoVadis_Root_CA_2.pem
│       │   ├── 7d0b38bd.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
│       │   ├── 7d453d8f.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── 7d5a75e4.0 -> WellsSecure_Public_Root_Certificate_Authority.pem
│       │   ├── 7f3d5d1d.0 -> DigiCert_Assured_ID_Root_G3.pem
│       │   ├── 8096d0a9.0 -> WoSign.pem
│       │   ├── 812e17de.0 -> Deutsche_Telekom_Root_CA_2.pem
│       │   ├── 8160b96c.0 -> Microsec_e-Szigno_Root_CA_2009.pem
│       │   ├── 81b9768f.0 -> DigiCert_High_Assurance_EV_Root_CA.pem
│       │   ├── 82223c44.0 -> Buypass_Class_2_Root_CA.pem
│       │   ├── 8317b10c.0 -> NetLock_Qualified_=Class_QA=_Root.pem
│       │   ├── 8470719d.0 -> RSA_Security_2048_v3.pem
│       │   ├── 84cba82f.0 -> TURKTRUST_Certificate_Services_Provider_Root_1.pem
│       │   ├── 85cde254.0 -> Starfield_Root_Certificate_Authority_-_G2.pem
│       │   ├── 861a399d.0 -> AddTrust_Low-Value_Services_Root.pem
│       │   ├── 861e0100.0 -> NetLock_Qualified_=Class_QA=_Root.pem
│       │   ├── 86212b19.0 -> AffirmTrust_Networking.pem
│       │   ├── 876f1e28.0 -> StartCom_Certification_Authority_G2.pem
│       │   ├── 87753b0d.0 -> GeoTrust_Universal_CA_2.pem
│       │   ├── 882de061.0 -> certSIGN_ROOT_CA.pem
│       │   ├── 8867006a.0 -> GeoTrust_Universal_CA_2.pem
│       │   ├── 88f89ea7.0 -> TURKTRUST_Certificate_Services_Provider_Root_1.pem
│       │   ├── 895cad1a.0 -> CNNIC_ROOT.pem
│       │   ├── 89c02a45.0 -> COMODO_ECC_Certification_Authority.pem
│       │   ├── 8b59b1ad.0 -> AddTrust_Public_Services_Root.pem
│       │   ├── 8c24b137.0 -> PSCProcert.pem
│       │   ├── 8d6437c3.0 -> DigiCert_Assured_ID_Root_G2.pem
│       │   ├── 8d86cdd1.0 -> certSIGN_ROOT_CA.pem
│       │   ├── 8e52d3cd.0 -> Buypass_Class_3_CA_1.pem
│       │   ├── 9007ae68.0 -> CA_Disig_Root_R1.pem
│       │   ├── 91739615.0 -> EE_Certification_Centre_Root_CA.pem
│       │   ├── 930ac5d2.0 -> Actalis_Authentication_Root_CA.pem
│       │   ├── 9339512a.0 -> QuoVadis_Root_CA_3.pem
│       │   ├── 93bc0acc.0 -> AffirmTrust_Networking.pem
│       │   ├── 9576d26b.0 -> CA_Disig_Root_R2.pem
│       │   ├── 95aff9e3.0 -> Certum_Trusted_Network_CA.pem
│       │   ├── 961f5451.0 -> WoSign.pem
│       │   ├── 9685a493.0 -> Hongkong_Post_Root_CA_1.pem
│       │   ├── 9772ca32.0 -> GeoTrust_Primary_Certification_Authority.pem
│       │   ├── 988a38cb.0 -> NetLock_Arany_=Class_Gold=_F�\221tanúsítvány.pem
│       │   ├── 98ec67f0.0 -> Thawte_Premium_Server_CA.pem
│       │   ├── 9ab62355.0 -> Swisscom_Root_EV_CA_2.pem
│       │   ├── 9c2e7d30.0 -> Sonera_Class_2_Root_CA.pem
│       │   ├── 9c472bf7.0 -> A-Trust-nQual-03.pem
│       │   ├── 9c8dfbd4.0 -> AffirmTrust_Premium_ECC.pem
│       │   ├── 9d04f354.0 -> DigiCert_Assured_ID_Root_G2.pem
│       │   ├── 9d520b32.0 -> Security_Communication_EV_RootCA1.pem
│       │   ├── 9d6523ce.0 -> ePKI_Root_Certification_Authority.pem
│       │   ├── 9dbefe7b.0 -> Security_Communication_EV_RootCA1.pem
│       │   ├── 9ec3a561.0 -> UTN_USERFirst_Email_Root_CA.pem
│       │   ├── 9f533518.0 -> Global_Chambersign_Root_-_2008.pem
│       │   ├── 9f541fb4.0 -> Digital_Signature_Trust_Co._Global_CA_3.pem
│       │   ├── A-Trust-nQual-03.pem
│       │   ├── ACCVRAIZ1.pem
│       │   ├── ACEDICOM_Root.pem
│       │   ├── AC_Rai�\201z_Certica�\201mara_S.A..pem
│       │   ├── Actalis_Authentication_Root_CA.pem
│       │   ├── AddTrust_External_Root.pem
│       │   ├── AddTrust_Low-Value_Services_Root.pem
│       │   ├── AddTrust_Public_Services_Root.pem
│       │   ├── AddTrust_Qualified_Certificates_Root.pem
│       │   ├── AffirmTrust_Commercial.pem
│       │   ├── AffirmTrust_Networking.pem
│       │   ├── AffirmTrust_Premium.pem
│       │   ├── AffirmTrust_Premium_ECC.pem
│       │   ├── America_Online_Root_Certification_Authority_1.pem
│       │   ├── America_Online_Root_Certification_Authority_2.pem
│       │   ├── ApplicationCA_-_Japanese_Government.pem
│       │   ├── Atos_TrustedRoot_2011.pem
│       │   ├── Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
│       │   ├── Baltimore_CyberTrust_Root.pem
│       │   ├── Buypass_Class_2_CA_1.pem
│       │   ├── Buypass_Class_2_Root_CA.pem
│       │   ├── Buypass_Class_3_CA_1.pem
│       │   ├── Buypass_Class_3_Root_CA.pem
│       │   ├── CA_Disig.pem
│       │   ├── CA_Disig_Root_R1.pem
│       │   ├── CA_Disig_Root_R2.pem
│       │   ├── CNNIC_ROOT.pem
│       │   ├── COMODO_Certification_Authority.pem
│       │   ├── COMODO_ECC_Certification_Authority.pem
│       │   ├── Camerfirma_Chambers_of_Commerce_Root.pem
│       │   ├── Camerfirma_Global_Chambersign_Root.pem
│       │   ├── Certigna.pem
│       │   ├── Certinomis_-_Autorite�\201_Racine.pem
│       │   ├── Certplus_Class_2_Primary_CA.pem
│       │   ├── Certum_Root_CA.pem
│       │   ├── Certum_Trusted_Network_CA.pem
│       │   ├── Chambers_of_Commerce_Root_-_2008.pem
│       │   ├── China_Internet_Network_Information_Center_EV_Certificates_Root.pem
│       │   ├── ComSign_CA.pem
│       │   ├── ComSign_Secured_CA.pem
│       │   ├── Comodo_AAA_Services_root.pem
│       │   ├── Comodo_Secure_Services_root.pem
│       │   ├── Comodo_Trusted_Services_root.pem
│       │   ├── Cybertrust_Global_Root.pem
│       │   ├── D-TRUST_Root_Class_3_CA_2_2009.pem
│       │   ├── D-TRUST_Root_Class_3_CA_2_EV_2009.pem
│       │   ├── DST_ACES_CA_X6.pem
│       │   ├── DST_Root_CA_X3.pem
│       │   ├── Deutsche_Telekom_Root_CA_2.pem
│       │   ├── DigiCert_Assured_ID_Root_CA.pem
│       │   ├── DigiCert_Assured_ID_Root_G2.pem
│       │   ├── DigiCert_Assured_ID_Root_G3.pem
│       │   ├── DigiCert_Global_Root_CA.pem
│       │   ├── DigiCert_Global_Root_G2.pem
│       │   ├── DigiCert_Global_Root_G3.pem
│       │   ├── DigiCert_High_Assurance_EV_Root_CA.pem
│       │   ├── DigiCert_Trusted_Root_G4.pem
│       │   ├── Digital_Signature_Trust_Co._Global_CA_1.pem
│       │   ├── Digital_Signature_Trust_Co._Global_CA_3.pem
│       │   ├── E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem
│       │   ├── E-Tugra_Certification_Authority.pem
│       │   ├── EBG_Elektronik_Sertifika_Hizmet_Sag�\206layıcısı.pem
│       │   ├── EC-ACC.pem
│       │   ├── EE_Certification_Centre_Root_CA.pem
│       │   ├── Entrust.net_Premium_2048_Secure_Server_CA.pem
│       │   ├── Entrust_Root_Certification_Authority.pem
│       │   ├── Equifax_Secure_CA.pem
│       │   ├── Equifax_Secure_Global_eBusiness_CA.pem
│       │   ├── Equifax_Secure_eBusiness_CA_1.pem
│       │   ├── GTE_CyberTrust_Global_Root.pem
│       │   ├── GeoTrust_Global_CA.pem
│       │   ├── GeoTrust_Global_CA_2.pem
│       │   ├── GeoTrust_Primary_Certification_Authority.pem
│       │   ├── GeoTrust_Primary_Certification_Authority_-_G2.pem
│       │   ├── GeoTrust_Primary_Certification_Authority_-_G3.pem
│       │   ├── GeoTrust_Universal_CA.pem
│       │   ├── GeoTrust_Universal_CA_2.pem
│       │   ├── GlobalSign_Root_CA.pem
│       │   ├── GlobalSign_Root_CA_-_R2.pem
│       │   ├── GlobalSign_Root_CA_-_R3.pem
│       │   ├── Global_Chambersign_Root_-_2008.pem
│       │   ├── Go_Daddy_Class_2_CA.pem
│       │   ├── Go_Daddy_Root_Certificate_Authority_-_G2.pem
│       │   ├── Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
│       │   ├── Hongkong_Post_Root_CA_1.pem
│       │   ├── IGC_A.pem
│       │   ├── Izenpe.com.pem
│       │   ├── Juur-SK.pem
│       │   ├── Microsec_e-Szigno_Root_CA.pem
│       │   ├── Microsec_e-Szigno_Root_CA_2009.pem
│       │   ├── NetLock_Arany_=Class_Gold=_Fo�\213tanu�\201si�\201tva�\201ny.pem
│       │   ├── NetLock_Business_=Class_B=_Root.pem
│       │   ├── NetLock_Express_=Class_C=_Root.pem
│       │   ├── NetLock_Notary_=Class_A=_Root.pem
│       │   ├── NetLock_Qualified_=Class_QA=_Root.pem
│       │   ├── Network_Solutions_Certificate_Authority.pem
│       │   ├── OISTE_WISeKey_Global_Root_GA_CA.pem
│       │   ├── PSCProcert.pem
│       │   ├── QuoVadis_Root_CA.pem
│       │   ├── QuoVadis_Root_CA_1_G3.pem
│       │   ├── QuoVadis_Root_CA_2.pem
│       │   ├── QuoVadis_Root_CA_2_G3.pem
│       │   ├── QuoVadis_Root_CA_3.pem
│       │   ├── QuoVadis_Root_CA_3_G3.pem
│       │   ├── RSA_Security_2048_v3.pem
│       │   ├── Root_CA_Generalitat_Valenciana.pem
│       │   ├── S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
│       │   ├── SG_TRUST_SERVICES_RACINE.pem
│       │   ├── SecureSign_RootCA11.pem
│       │   ├── SecureTrust_CA.pem
│       │   ├── Secure_Global_CA.pem
│       │   ├── Security_Communication_EV_RootCA1.pem
│       │   ├── Security_Communication_RootCA2.pem
│       │   ├── Security_Communication_Root_CA.pem
│       │   ├── Sonera_Class_1_Root_CA.pem
│       │   ├── Sonera_Class_2_Root_CA.pem
│       │   ├── Staat_der_Nederlanden_Root_CA.pem
│       │   ├── Staat_der_Nederlanden_Root_CA_-_G2.pem
│       │   ├── Starfield_Class_2_CA.pem
│       │   ├── Starfield_Root_Certificate_Authority_-_G2.pem
│       │   ├── Starfield_Services_Root_Certificate_Authority_-_G2.pem
│       │   ├── StartCom_Certification_Authority.pem
│       │   ├── StartCom_Certification_Authority_2.pem
│       │   ├── StartCom_Certification_Authority_G2.pem
│       │   ├── SwissSign_Gold_CA_-_G2.pem
│       │   ├── SwissSign_Platinum_CA_-_G2.pem
│       │   ├── SwissSign_Silver_CA_-_G2.pem
│       │   ├── Swisscom_Root_CA_1.pem
│       │   ├── Swisscom_Root_CA_2.pem
│       │   ├── Swisscom_Root_EV_CA_2.pem
│       │   ├── T-TeleSec_GlobalRoot_Class_2.pem
│       │   ├── T-TeleSec_GlobalRoot_Class_3.pem
│       │   ├── TC_TrustCenter_Class_2_CA_II.pem
│       │   ├── TC_TrustCenter_Class_3_CA_II.pem
│       │   ├── TC_TrustCenter_Universal_CA_I.pem
│       │   ├── TURKTRUST_Certificate_Services_Provider_Root_1.pem
│       │   ├── TURKTRUST_Certificate_Services_Provider_Root_2.pem
│       │   ├── TURKTRUST_Certificate_Services_Provider_Root_2007.pem
│       │   ├── TU�\210BI�\207TAK_UEKAE_Ko�\210k_Sertifika_Hizmet_Sag�\206layıcısı_-_Su�\210ru�\210m_3.pem
│       │   ├── TWCA_Global_Root_CA.pem
│       │   ├── TWCA_Root_Certification_Authority.pem
│       │   ├── Taiwan_GRCA.pem
│       │   ├── TeliaSonera_Root_CA_v1.pem
│       │   ├── Thawte_Premium_Server_CA.pem
│       │   ├── Thawte_Server_CA.pem
│       │   ├── Trustis_FPS_Root_CA.pem
│       │   ├── UTN_DATACorp_SGC_Root_CA.pem
│       │   ├── UTN_USERFirst_Email_Root_CA.pem
│       │   ├── UTN_USERFirst_Hardware_Root_CA.pem
│       │   ├── VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
│       │   ├── VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
│       │   ├── VeriSign_Universal_Root_Certification_Authority.pem
│       │   ├── Verisign_Class_1_Public_Primary_Certification_Authority.pem
│       │   ├── Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── Verisign_Class_3_Public_Primary_Certification_Authority.pem
│       │   ├── Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
│       │   ├── Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── Visa_eCommerce_Root.pem
│       │   ├── WellsSecure_Public_Root_Certificate_Authority.pem
│       │   ├── WoSign.pem
│       │   ├── WoSign_China.pem
│       │   ├── XRamp_Global_CA_Root.pem
│       │   ├── a0bc6fbb.0 -> Camerfirma_Global_Chambersign_Root.pem
│       │   ├── a15b3b6b.0 -> Digital_Signature_Trust_Co._Global_CA_3.pem
│       │   ├── a2c66da8.0 -> DigiCert_Trusted_Root_G4.pem
│       │   ├── a2df7ad7.0 -> AddTrust_Public_Services_Root.pem
│       │   ├── a3896b44.0 -> Security_Communication_Root_CA.pem
│       │   ├── a5fd78f0.0 -> TC_TrustCenter_Class_2_CA_II.pem
│       │   ├── a6a593ba.0 -> Digital_Signature_Trust_Co._Global_CA_1.pem
│       │   ├── a7605362.0 -> Sonera_Class_2_Root_CA.pem
│       │   ├── a760e1bd.0 -> Visa_eCommerce_Root.pem
│       │   ├── a7d2cf64.0 -> thawte_Primary_Root_CA_-_G2.pem
│       │   ├── a8dee976.0 -> SwissSign_Platinum_CA_-_G2.pem
│       │   ├── a94d09e5.0 -> ACCVRAIZ1.pem
│       │   ├── ab5346f4.0 -> SecureSign_RootCA11.pem
│       │   ├── ad088e1d.0 -> GeoTrust_Universal_CA.pem
│       │   ├── add67345.0 -> NetLock_Notary_=Class_A=_Root.pem
│       │   ├── ae8153b9.0 -> StartCom_Certification_Authority_2.pem
│       │   ├── ae8153b9.1 -> StartCom_Certification_Authority.pem
│       │   ├── aeb67534.0 -> EC-ACC.pem
│       │   ├── aee5f10d.0 -> Entrust.net_Premium_2048_Secure_Server_CA.pem
│       │   ├── b0ed035a.0 -> TWCA_Global_Root_CA.pem
│       │   ├── b0f3e76e.0 -> GlobalSign_Root_CA.pem
│       │   ├── b1159c4c.0 -> DigiCert_Assured_ID_Root_CA.pem
│       │   ├── b13cc6df.0 -> UTN_USERFirst_Hardware_Root_CA.pem
│       │   ├── b1b8a7f3.0 -> OISTE_WISeKey_Global_Root_GA_CA.pem
│       │   ├── b204d74a.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
│       │   ├── b42ff584.0 -> Staat_der_Nederlanden_Root_CA.pem
│       │   ├── b66938e9.0 -> Secure_Global_CA.pem
│       │   ├── b6c5745d.0 -> CA_Disig.pem
│       │   ├── b727005e.0 -> AffirmTrust_Premium.pem
│       │   ├── b7a5b843.0 -> TWCA_Root_Certification_Authority.pem
│       │   ├── b7db1890.0 -> TWCA_Root_Certification_Authority.pem
│       │   ├── b7e7231a.0 -> NetLock_Business_=Class_B=_Root.pem
│       │   ├── b872f2b4.0 -> Atos_TrustedRoot_2011.pem
│       │   ├── b8e83700.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── ba89ed3b.0 -> thawte_Primary_Root_CA_-_G3.pem
│       │   ├── bad35b78.0 -> Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── bb2d49a0.0 -> ComSign_CA.pem
│       │   ├── bc3f2570.0 -> Go_Daddy_Root_Certificate_Authority_-_G2.pem
│       │   ├── bd1910d4.0 -> CNNIC_ROOT.pem
│       │   ├── bda4cc84.0 -> America_Online_Root_Certification_Authority_1.pem
│       │   ├── bdacca6f.0 -> Secure_Global_CA.pem
│       │   ├── bf64f35b.0 -> Entrust_Root_Certification_Authority.pem
│       │   ├── c01cdfa2.0 -> VeriSign_Universal_Root_Certification_Authority.pem
│       │   ├── c089bbbd.0 -> thawte_Primary_Root_CA_-_G2.pem
│       │   ├── c0ff1f52.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── c19d42c7.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── c215bc69.0 -> Digital_Signature_Trust_Co._Global_CA_1.pem
│       │   ├── c28a8a30.0 -> D-TRUST_Root_Class_3_CA_2_2009.pem
│       │   ├── c33a80d4.0 -> Thawte_Premium_Server_CA.pem
│       │   ├── c3a6a9ad.0 -> A-Trust-nQual-03.pem
│       │   ├── c47d9980.0 -> Chambers_of_Commerce_Root_-_2008.pem
│       │   ├── c491639e.0 -> DigiCert_Assured_ID_Root_G3.pem
│       │   ├── c51c224c.0 -> Trustis_FPS_Root_CA.pem
│       │   ├── c527e4ab.0 -> Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── c5d3212a.0 -> PSCProcert.pem
│       │   ├── c5e082db.0 -> UTN_USERFirst_Email_Root_CA.pem
│       │   ├── c692a373.0 -> GTE_CyberTrust_Global_Root.pem
│       │   ├── c7e2a638.0 -> GeoTrust_Primary_Certification_Authority_-_G3.pem
│       │   ├── c8763593.0 -> AC_Raíz_Certicámara_S.A..pem
│       │   ├── c8841d13.0 -> TC_TrustCenter_Universal_CA_I.pem
│       │   ├── c90bc37d.0 -> DigiCert_Global_Root_G2.pem
│       │   ├── c99398f3.0 -> RSA_Security_2048_v3.pem
│       │   ├── c9f83a1c.0 -> Comodo_Secure_Services_root.pem
│       │   ├── ca-certificates.crt
│       │   ├── ca6e4ad9.0 -> ePKI_Root_Certification_Authority.pem
│       │   ├── cb156124.0 -> E-Tugra_Certification_Authority.pem
│       │   ├── cb357862.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── cb59f961.0 -> Camerfirma_Global_Chambersign_Root.pem
│       │   ├── cbeee9e2.0 -> GeoTrust_Global_CA_2.pem
│       │   ├── cbf06781.0 -> Go_Daddy_Root_Certificate_Authority_-_G2.pem
│       │   ├── cc450945.0 -> Izenpe.com.pem
│       │   ├── ccc52f49.0 -> AffirmTrust_Premium_ECC.pem
│       │   ├── cd58d51e.0 -> Security_Communication_RootCA2.pem
│       │   ├── cdaebb72.0 -> Staat_der_Nederlanden_Root_CA.pem
│       │   ├── certSIGN_ROOT_CA.pem
│       │   ├── cf701eeb.0 -> SecureTrust_CA.pem
│       │   ├── cfa1c2ee.0 -> Buypass_Class_2_CA_1.pem
│       │   ├── d06393bb.0 -> T-TeleSec_GlobalRoot_Class_2.pem
│       │   ├── d16a5865.0 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
│       │   ├── d4dae3dd.0 -> D-TRUST_Root_Class_3_CA_2_EV_2009.pem
│       │   ├── d59297b8.0 -> Security_Communication_RootCA2.pem
│       │   ├── d64f06f3.0 -> CA_Disig.pem
│       │   ├── d66b55d9.0 -> TURKTRUST_Certificate_Services_Provider_Root_2007.pem
│       │   ├── d7746a63.0 -> D-TRUST_Root_Class_3_CA_2_EV_2009.pem
│       │   ├── d78a75c7.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── d7e8dc79.0 -> QuoVadis_Root_CA_2.pem
│       │   ├── d853d49e.0 -> Trustis_FPS_Root_CA.pem
│       │   ├── d957f522.0 -> Certinomis_-_Autorité_Racine.pem
│       │   ├── d9d12c58.0 -> NetLock_Notary_=Class_A=_Root.pem
│       │   ├── dbc54cab.0 -> AffirmTrust_Premium.pem
│       │   ├── dc45b0bd.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── dd8e9d41.0 -> DigiCert_Global_Root_G3.pem
│       │   ├── ddc328ff.0 -> Thawte_Server_CA.pem
│       │   ├── e113c810.0 -> Certigna.pem
│       │   ├── e18bfb83.0 -> QuoVadis_Root_CA_3_G3.pem
│       │   ├── e268a4c5.0 -> AddTrust_Low-Value_Services_Root.pem
│       │   ├── e2799e36.0 -> GeoTrust_Primary_Certification_Authority_-_G3.pem
│       │   ├── e36a6752.0 -> Atos_TrustedRoot_2011.pem
│       │   ├── e442e424.0 -> QuoVadis_Root_CA_3_G3.pem
│       │   ├── e48193cf.0 -> AffirmTrust_Commercial.pem
│       │   ├── e536d871.0 -> AddTrust_Qualified_Certificates_Root.pem
│       │   ├── e60bf0c0.0 -> Swisscom_Root_CA_1.pem
│       │   ├── e775ed2d.0 -> GeoTrust_Universal_CA.pem
│       │   ├── e7b8d656.0 -> Equifax_Secure_eBusiness_CA_1.pem
│       │   ├── e8651083.0 -> Microsec_e-Szigno_Root_CA_2009.pem
│       │   ├── e8de2f56.0 -> Buypass_Class_3_Root_CA.pem
│       │   ├── ePKI_Root_Certification_Authority.pem
│       │   ├── ea169617.0 -> ACEDICOM_Root.pem
│       │   ├── eacdeb40.0 -> America_Online_Root_Certification_Authority_1.pem
│       │   ├── eb375c3e.0 -> Buypass_Class_3_CA_1.pem
│       │   ├── ec87c655.0 -> spi-cacert-2008.pem
│       │   ├── ed39abd0.0 -> DigiCert_Global_Root_G3.pem
│       │   ├── ed62f4e3.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
│       │   ├── ee1365c0.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
│       │   ├── ee64a828.0 -> Comodo_AAA_Services_root.pem
│       │   ├── ee7cd6fb.0 -> Camerfirma_Chambers_of_Commerce_Root.pem
│       │   ├── ee90b008.0 -> StartCom_Certification_Authority_G2.pem
│       │   ├── eed8c118.0 -> COMODO_ECC_Certification_Authority.pem
│       │   ├── ef2f636c.0 -> Equifax_Secure_Global_eBusiness_CA.pem
│       │   ├── f060240e.0 -> Certplus_Class_2_Primary_CA.pem
│       │   ├── f081611a.0 -> Go_Daddy_Class_2_CA.pem
│       │   ├── f3377b1b.0 -> Security_Communication_Root_CA.pem
│       │   ├── f387163d.0 -> Starfield_Class_2_CA.pem
│       │   ├── f39fc864.0 -> SecureTrust_CA.pem
│       │   ├── f559733c.0 -> S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
│       │   ├── f58a60fe.0 -> ComSign_Secured_CA.pem
│       │   ├── f61bff45.0 -> Microsec_e-Szigno_Root_CA.pem
│       │   ├── f80cc7f6.0 -> EBG_Elektronik_Sertifika_Hizmet_Sa�\237layıcısı.pem
│       │   ├── f90208f7.0 -> Camerfirma_Chambers_of_Commerce_Root.pem
│       │   ├── fac084d7.0 -> ApplicationCA_-_Japanese_Government.pem
│       │   ├── facacbc6.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
│       │   ├── fb126c6d.0 -> Root_CA_Generalitat_Valenciana.pem
│       │   ├── fcac10e3.0 -> Juur-SK.pem
│       │   ├── fde84897.0 -> Certigna.pem
│       │   ├── ff588423.0 -> ComSign_CA.pem
│       │   ├── ff783690.0 -> UTN_USERFirst_Hardware_Root_CA.pem
│       │   ├── spi-cacert-2008.pem
│       │   ├── thawte_Primary_Root_CA.pem
│       │   ├── thawte_Primary_Root_CA_-_G2.pem
│       │   └── thawte_Primary_Root_CA_-_G3.pem
│       ├── openssl.cnf
│       └── private
├── lib
│   └── x86_64-linux-gnu
│       ├── libc.so.6
│       ├── libcom_err.so.2
│       ├── libcrypt.so.1
│       ├── libcrypto.so.1.0.0
│       ├── libdl.so.2
│       ├── libexpat.so.1
│       ├── libgcc_s.so.1
│       ├── libgcrypt.so.11
│       ├── libgpg-error.so.0
│       ├── libkeyutils.so.1
│       ├── libm.so.6
│       ├── libnss_compat.so.2
│       ├── libnss_dns.so.2
│       ├── libnss_files.so.2
│       ├── libpng12.so.0
│       ├── libpthread.so.0
│       ├── libresolv.so.2
│       ├── librt.so.1
│       ├── libssl.so.1.0.0
│       └── libz.so.1
├── lib64
│   └── ld-linux-x86-64.so.2
└── usr
    ├── bin
    │   └── curl
    ├── lib
    │   └── x86_64-linux-gnu
    │       ├── libasn1.so.8
    │       ├── libcurl.so.4
    │       ├── libffi.so.6
    │       ├── libfontconfig.so.1
    │       ├── libfreetype.so.6
    │       ├── libgnutls.so.26
    │       ├── libgssapi.so.3
    │       ├── libgssapi_krb5.so.2
    │       ├── libhcrypto.so.4
    │       ├── libheimbase.so.1
    │       ├── libheimntlm.so.0
    │       ├── libhx509.so.5
    │       ├── libidn.so.11
    │       ├── libk5crypto.so.3
    │       ├── libkrb5.so.26
    │       ├── libkrb5.so.3
    │       ├── libkrb5support.so.0
    │       ├── liblber-2.4.so.2
    │       ├── libldap_r-2.4.so.2
    │       ├── libp11-kit.so.0
    │       ├── libroken.so.18
    │       ├── librtmp.so.0
    │       ├── libsasl2.so.2
    │       ├── libsqlite3.so.0
    │       ├── libstdc++.so.6
    │       ├── libtasn1.so.6
    │       └── libwind.so.0
    ├── local
    │   └── bin
    └── share
        └── fonts
            └── truetype
                └── dejavu
                    ├── DejaVuSans-Bold.ttf
                    ├── DejaVuSans.ttf
                    ├── DejaVuSansMono-Bold.ttf
                    ├── DejaVuSansMono.ttf
                    ├── DejaVuSerif-Bold.ttf
                    └── DejaVuSerif.ttf

21 directories, 662 files
dustinblackman commented 7 years ago

Awesome! I'll look in to cleaning things up. Thanks for this.