security.pki.certificates
NixOS option
A list of trusted root certificates in PEM format.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/security/ca.nixView source on NixOS/nixpkgs →[ ''
NixOS.org
=========
-----BEGIN CERTIFICATE-----
MIIGUDCCBTigAwIBAgIDD8KWMA0GCSqGSIb3DQEBBQUAMIGMMQswCQYDVQQGEwJJ
TDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0
...
-----END CERTIFICATE-----
''
]