Bug 286551 - pkgbase: certctl missing dependency on openssl
Summary: pkgbase: certctl missing dependency on openssl
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 14.2-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: pkgbase
Depends on:
Blocks:
 
Reported: 2025-05-03 20:29 UTC by will
Modified: 2025-05-03 23:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description will 2025-05-03 20:29:33 UTC
When upgrading certctl on a the minimal 14.2-RELEASE oci image, the certctl postinstall hook complains about missing openssl.

terra.worr.haus|/u/h/w/test|22:27:39|0$ cat Containerfile-repro
from localhost/freebsd14-minimal:14.2-RELEASE-amd64

run env ASSUME_ALWAYS_YES=yes pkg bootstrap -r FreeBSD && \
        pkg update && \
        pkg upgrade -y
terra.worr.haus|/u/h/w/test|22:25:19|0$ sudo podman build --no-hosts -f Containerfile-repro
STEP 1/2: FROM localhost/freebsd14-minimal:14.2-RELEASE-amd64
STEP 2/2: run env ASSUME_ALWAYS_YES=yes pkg bootstrap -r FreeBSD &&     pkg update &&   pkg upgrade -y
[13a5dd6d7131] Installing pkg-2.1.2...
[13a5dd6d7131] Extracting pkg-2.1.2: .......... done
Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Updating FreeBSD repository catalogue...
[13a5dd6d7131] Fetching meta.conf: . done
[13a5dd6d7131] Fetching data.pkg: .......... done
Processing entries: .......... done
FreeBSD repository update completed. 35953 packages processed.
Updating FreeBSD-base repository catalogue...
[13a5dd6d7131] Fetching meta.conf: . done
[13a5dd6d7131] Fetching data.pkg: ... done
Processing entries: .......... done
FreeBSD-base repository update completed. 525 packages processed.
All repositories are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
All repositories are up to date.
Updating database digests format: . done
Checking for upgrades (19 candidates): .......... done
Processing candidates (19 candidates): .......... done
The following 21 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        FreeBSD-clibs-lib32: 14.2p3 [FreeBSD-base]
        FreeBSD-libbsm: 14.2p3 [FreeBSD-base]
        FreeBSD-libsqlite3: 14.2p3 [FreeBSD-base]

Installed packages to be UPGRADED:
        FreeBSD-caroot: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-certctl: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-clibs: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-fetch: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-kerberos-lib: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-libarchive: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-libbsm-lib32: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-libbz2: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-libexecinfo: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-liblzma: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-libsqlite3-lib32: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-libucl: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-mtree: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-openssl-lib: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-pkg-bootstrap: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-rc: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-runtime: 14.2 -> 14.2p3 [FreeBSD-base]
        FreeBSD-zoneinfo: 14.2 -> 14.2p3 [FreeBSD-base]

Number of packages to be installed: 3
Number of packages to be upgraded: 18

The process will require 5 MiB more space.
10 MiB to be downloaded.
[13a5dd6d7131] [1/21] Fetching FreeBSD-libbsm-14.2p3.pkg: ... done
[13a5dd6d7131] [2/21] Fetching FreeBSD-libucl-14.2p3.pkg: .... done
[13a5dd6d7131] [3/21] Fetching FreeBSD-pkg-bootstrap-14.2p3.pkg: . done
[13a5dd6d7131] [4/21] Fetching FreeBSD-liblzma-14.2p3.pkg: ...... done
[13a5dd6d7131] [5/21] Fetching FreeBSD-clibs-lib32-14.2p3.pkg: .......... done
[13a5dd6d7131] [6/21] Fetching FreeBSD-libexecinfo-14.2p3.pkg: . done
[13a5dd6d7131] [7/21] Fetching FreeBSD-runtime-14.2p3.pkg: .......... done
[13a5dd6d7131] [8/21] Fetching FreeBSD-libarchive-14.2p3.pkg: .......... done
[13a5dd6d7131] [9/21] Fetching FreeBSD-caroot-14.2p3.pkg: .......... done
[13a5dd6d7131] [10/21] Fetching FreeBSD-fetch-14.2p3.pkg: .. done
[13a5dd6d7131] [11/21] Fetching FreeBSD-libsqlite3-14.2p3.pkg: .......... done
[13a5dd6d7131] [12/21] Fetching FreeBSD-rc-14.2p3.pkg: ...... done
[13a5dd6d7131] [13/21] Fetching FreeBSD-clibs-14.2p3.pkg: .......... done
[13a5dd6d7131] [14/21] Fetching FreeBSD-kerberos-lib-14.2p3.pkg: .......... done
[13a5dd6d7131] [15/21] Fetching FreeBSD-openssl-lib-14.2p3.pkg: .......... done
[13a5dd6d7131] [16/21] Fetching FreeBSD-certctl-14.2p3.pkg: . done
[13a5dd6d7131] [17/21] Fetching FreeBSD-zoneinfo-14.2p3.pkg: ...... done
[13a5dd6d7131] [18/21] Fetching FreeBSD-libbz2-14.2p3.pkg: .. done
[13a5dd6d7131] [19/21] Fetching FreeBSD-libbsm-lib32-14.2p3.pkg: .. done
[13a5dd6d7131] [20/21] Fetching FreeBSD-libsqlite3-lib32-14.2p3.pkg: .......... done
[13a5dd6d7131] [21/21] Fetching FreeBSD-mtree-14.2p3.pkg: .. done
Checking integrity... done (0 conflicting)
[13a5dd6d7131] [1/21] Upgrading FreeBSD-caroot from 14.2 to 14.2p3...
[13a5dd6d7131] [1/21] Extracting FreeBSD-caroot-14.2p3: .......... done
[13a5dd6d7131] [2/21] Upgrading FreeBSD-certctl from 14.2 to 14.2p3...
[13a5dd6d7131] [2/21] Extracting FreeBSD-certctl-14.2p3: . done
Scanning /usr/share/certs/untrusted for certificates...
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Camerfirma_Chambers_of_Commerce_Root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Camerfirma_Global_Chambersign_Root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Certum_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Chambers_of_Commerce_Root_-_2008.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/D-TRUST_Root_CA_3_2013.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/E-Tugra_Global_Root_CA_ECC_v3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/E-Tugra_Global_Root_CA_RSA_v3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/EC-ACC.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/EE_Certification_Centre_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Entrust_Root_Certification_Authority_-_G4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/GeoTrust_Primary_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/GeoTrust_Primary_Certification_Authority_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/GeoTrust_Primary_Certification_Authority_-_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/GeoTrust_Universal_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/GeoTrust_Universal_CA_2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Global_Chambersign_Root_-_2008.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/LuxTrust_Global_Root_2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Network_Solutions_Certificate_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/OISTE_WISeKey_Global_Root_GA_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/SecureSign_RootCA11.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Security_Communication_RootCA3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Staat_der_Nederlanden_Root_CA_-_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/SwissSign_Platinum_CA_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/SwissSign_Silver_CA_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Symantec_Class_1_Public_Primary_Certification_Authority_-_G4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Symantec_Class_1_Public_Primary_Certification_Authority_-_G6.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Symantec_Class_2_Public_Primary_Certification_Authority_-_G4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Symantec_Class_2_Public_Primary_Certification_Authority_-_G6.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Taiwan_GRCA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/TrustCor_ECA-1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/TrustCor_RootCert_CA-1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/TrustCor_RootCert_CA-2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/VeriSign_Universal_Root_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/thawte_Primary_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/thawte_Primary_Root_CA_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/untrusted/thawte_Primary_Root_CA_-_G3.pem
Scanning /usr/share/certs/trusted for certificates...
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/ACCVRAIZ1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/AC_RAIZ_FNMT-RCM.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/ANF_Secure_Server_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Actalis_Authentication_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/AffirmTrust_Commercial.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/AffirmTrust_Networking.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/AffirmTrust_Premium.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/AffirmTrust_Premium_ECC.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Amazon_Root_CA_1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Amazon_Root_CA_2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Amazon_Root_CA_3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Amazon_Root_CA_4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Atos_TrustedRoot_2011.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/BJCA_Global_Root_CA1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/BJCA_Global_Root_CA2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Baltimore_CyberTrust_Root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Buypass_Class_2_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Buypass_Class_3_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/CA_Disig_Root_R2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/CFCA_EV_ROOT.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/COMODO_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/COMODO_ECC_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/COMODO_RSA_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certainly_Root_E1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certainly_Root_R1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certigna.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certigna_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certum_EC-384_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certum_Trusted_Network_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certum_Trusted_Network_CA_2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Certum_Trusted_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/CommScope_Public_Trust_ECC_Root-01.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/CommScope_Public_Trust_ECC_Root-02.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/CommScope_Public_Trust_RSA_Root-01.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/CommScope_Public_Trust_RSA_Root-02.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Comodo_AAA_Services_root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/D-TRUST_BR_Root_CA_1_2020.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/D-TRUST_BR_Root_CA_2_2023.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/D-TRUST_EV_Root_CA_1_2020.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/D-TRUST_EV_Root_CA_2_2023.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/D-TRUST_Root_Class_3_CA_2_2009.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/D-TRUST_Root_Class_3_CA_2_EV_2009.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Assured_ID_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Assured_ID_Root_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Assured_ID_Root_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Global_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Global_Root_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Global_Root_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_High_Assurance_EV_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_TLS_ECC_P384_Root_G5.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_TLS_RSA4096_Root_G5.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/DigiCert_Trusted_Root_G4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Entrust_Root_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Entrust_Root_Certification_Authority_-_EC1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Entrust_Root_Certification_Authority_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Entrust_net_Premium_2048_Secure_Server_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/FIRMAPROFESIONAL_CA_ROOT-A_WEB.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GDCA_TrustAUTH_R5_ROOT.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GLOBALTRUST_2020.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GTS_Root_R1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GTS_Root_R2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GTS_Root_R3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GTS_Root_R4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_ECC_Root_CA_-_R4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_ECC_Root_CA_-_R5.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_Root_CA_-_R3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_Root_CA_-_R6.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_Root_E46.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/GlobalSign_Root_R46.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Go_Daddy_Class_2_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Go_Daddy_Root_Certificate_Authority_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/HARICA_TLS_ECC_Root_CA_2021.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/HARICA_TLS_RSA_Root_CA_2021.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/HiPKI_Root_CA_-_G1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Hongkong_Post_Root_CA_3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/ISRG_Root_X1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/ISRG_Root_X2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/IdenTrust_Commercial_Root_CA_1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/IdenTrust_Public_Sector_Root_CA_1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Izenpe_com.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Microsec_e-Szigno_Root_CA_2009.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Microsoft_ECC_Root_Certificate_Authority_2017.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Microsoft_RSA_Root_Certificate_Authority_2017.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/NAVER_Global_Root_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/NetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/OISTE_WISeKey_Global_Root_GB_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/OISTE_WISeKey_Global_Root_GC_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/QuoVadis_Root_CA_1_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/QuoVadis_Root_CA_2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/QuoVadis_Root_CA_2_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/QuoVadis_Root_CA_3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/QuoVadis_Root_CA_3_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SSL_com_EV_Root_Certification_Authority_ECC.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SSL_com_EV_Root_Certification_Authority_RSA_R2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SSL_com_Root_Certification_Authority_ECC.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SSL_com_Root_Certification_Authority_RSA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SSL_com_TLS_ECC_Root_CA_2022.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SSL_com_TLS_RSA_Root_CA_2022.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SZAFIR_ROOT_CA2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Sectigo_Public_Server_Authentication_Root_E46.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Sectigo_Public_Server_Authentication_Root_R46.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SecureSign_Root_CA12.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SecureSign_Root_CA14.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SecureSign_Root_CA15.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SecureTrust_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Secure_Global_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Security_Communication_ECC_RootCA1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Security_Communication_RootCA2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Starfield_Class_2_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Starfield_Root_Certificate_Authority_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Starfield_Services_Root_Certificate_Authority_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/SwissSign_Gold_CA_-_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/T-TeleSec_GlobalRoot_Class_2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/T-TeleSec_GlobalRoot_Class_3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TWCA_CYBER_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TWCA_Global_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TWCA_Root_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Telekom_Security_TLS_ECC_Root_2020.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Telekom_Security_TLS_RSA_Root_2023.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TeliaSonera_Root_CA_v1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Telia_Root_CA_v2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TrustAsia_Global_Root_CA_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TrustAsia_Global_Root_CA_G4.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Trustwave_Global_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Trustwave_Global_ECC_P256_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/Trustwave_Global_ECC_P384_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/TunTrust_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/UCA_Extended_Validation_Root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/UCA_Global_G2_Root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/USERTrust_ECC_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/USERTrust_RSA_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/XRamp_Global_CA_Root.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/certSIGN_ROOT_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/certSIGN_Root_CA_G2.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/e-Szigno_Root_CA_2017.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/ePKI_Root_Certification_Authority.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/emSign_ECC_Root_CA_-_C3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/emSign_ECC_Root_CA_-_G3.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/emSign_Root_CA_-_C1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/emSign_Root_CA_-_G1.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/vTrus_ECC_Root_CA.pem
/usr/sbin/certctl: openssl: not found
Error: /usr/share/certs/trusted/vTrus_Root_CA.pem
[13a5dd6d7131] [3/21] Upgrading FreeBSD-clibs from 14.2 to 14.2p3...
[13a5dd6d7131] [3/21] Extracting FreeBSD-clibs-14.2p3: .......... done
[13a5dd6d7131] [4/21] Installing FreeBSD-clibs-lib32-14.2p3...
[13a5dd6d7131] [4/21] Extracting FreeBSD-clibs-lib32-14.2p3: .......... done
[13a5dd6d7131] [5/21] Upgrading FreeBSD-fetch from 14.2 to 14.2p3...
[13a5dd6d7131] [5/21] Extracting FreeBSD-fetch-14.2p3: .. done
[13a5dd6d7131] [6/21] Upgrading FreeBSD-kerberos-lib from 14.2 to 14.2p3...
[13a5dd6d7131] [6/21] Extracting FreeBSD-kerberos-lib-14.2p3: .......... done
[13a5dd6d7131] [7/21] Upgrading FreeBSD-libarchive from 14.2 to 14.2p3...
[13a5dd6d7131] [7/21] Extracting FreeBSD-libarchive-14.2p3: . done
[13a5dd6d7131] [8/21] Installing FreeBSD-libbsm-14.2p3...
[13a5dd6d7131] [8/21] Extracting FreeBSD-libbsm-14.2p3: . done
[13a5dd6d7131] [9/21] Upgrading FreeBSD-libbsm-lib32 from 14.2 to 14.2p3...
[13a5dd6d7131] [9/21] Extracting FreeBSD-libbsm-lib32-14.2p3: . done
[13a5dd6d7131] [10/21] Upgrading FreeBSD-libbz2 from 14.2 to 14.2p3...
[13a5dd6d7131] [10/21] Extracting FreeBSD-libbz2-14.2p3: . done
[13a5dd6d7131] [11/21] Upgrading FreeBSD-libexecinfo from 14.2 to 14.2p3...
[13a5dd6d7131] [11/21] Extracting FreeBSD-libexecinfo-14.2p3: . done
[13a5dd6d7131] [12/21] Upgrading FreeBSD-liblzma from 14.2 to 14.2p3...
[13a5dd6d7131] [12/21] Extracting FreeBSD-liblzma-14.2p3: . done
[13a5dd6d7131] [13/21] Installing FreeBSD-libsqlite3-14.2p3...
[13a5dd6d7131] [13/21] Extracting FreeBSD-libsqlite3-14.2p3: . done
[13a5dd6d7131] [14/21] Upgrading FreeBSD-libsqlite3-lib32 from 14.2 to 14.2p3...
[13a5dd6d7131] [14/21] Extracting FreeBSD-libsqlite3-lib32-14.2p3: . done
[13a5dd6d7131] [15/21] Upgrading FreeBSD-libucl from 14.2 to 14.2p3...
[13a5dd6d7131] [15/21] Extracting FreeBSD-libucl-14.2p3: . done
[13a5dd6d7131] [16/21] Upgrading FreeBSD-mtree from 14.2 to 14.2p3...
[13a5dd6d7131] [16/21] Extracting FreeBSD-mtree-14.2p3: .......... done
[13a5dd6d7131] [17/21] Upgrading FreeBSD-openssl-lib from 14.2 to 14.2p3...
[13a5dd6d7131] [17/21] Extracting FreeBSD-openssl-lib-14.2p3: .. done
[13a5dd6d7131] [18/21] Upgrading FreeBSD-pkg-bootstrap from 14.2 to 14.2p3...
[13a5dd6d7131] [18/21] Extracting FreeBSD-pkg-bootstrap-14.2p3: .... done
[13a5dd6d7131] [19/21] Upgrading FreeBSD-rc from 14.2 to 14.2p3...
[13a5dd6d7131] [19/21] Extracting FreeBSD-rc-14.2p3: .......... done
[13a5dd6d7131] [20/21] Upgrading FreeBSD-runtime from 14.2 to 14.2p3...
[13a5dd6d7131] [20/21] Extracting FreeBSD-runtime-14.2p3: ......... done
[13a5dd6d7131] [21/21] Upgrading FreeBSD-zoneinfo from 14.2 to 14.2p3...
[13a5dd6d7131] [21/21] Extracting FreeBSD-zoneinfo-14.2p3: .......... done
COMMIT
--> b944b0f1769d
b944b0f1769d0bf5da04dfdb33dc4dea1fb8c224fdbc6db4461b128a88e93f69

The image is the official oci image published here: https://download.freebsd.org/releases/OCI-IMAGES/14.2-RELEASE/amd64/Latest/FreeBSD-14.2-RELEASE-amd64-container-image-minimal.txz