summaryrefslogtreecommitdiffstats
path: root/nixos/tests/custom-ca.nix
AgeCommit message (Collapse)Author
2021-06-09nixos/tests/custom-ca: disable firefox test integrationMartin Weinelt
Firefox has been decoupled from the system certificate store since the nss p11-kit integration in combination with our cacert package does not expose CKA_NSS_MOZILLA_CA_POLICY, which among other things is required for addon updates.
2021-05-09nixosTests.custom-ca: lintMaximilian Bosch
2021-05-02nixos/tests/custom-ca: fix by setting Content-TypeLuke Granger-Brown
This test was failing because Firefox was displaying a download prompt rather than the page content, presumably because mumble mumble content-type sniffing. By explicitly setting a content-type, the test now passes.
2021-01-24nixos/tests/custom-ca: initrnhmjoj
This is a NixOS test for the security.pki options.