MyNixOS website logo
option

security.pki.certificateFiles

A list of files containing trusted root certificates in PEM format. These are concatenated to form /etc/ssl/certs/ca-certificates.crt, which is used by many programs that use OpenSSL, such as curl and git.

Declarations
    Type
    list of path
    Default
    [ ]
    Example
    [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ]