about summary refs log tree commit diff
path: root/nixos/tests/certmgr.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-10-23nixosTests.certmgr: fix systemd testFabian Möller1-13/+17
Nginx fails to start, because it can't read the certificate file. This happens because PrivateTmp is set for the service, which makes the system wide /tmp inaccessible.
2020-01-11nixos/tests/certmgr: Fix file permissionsEric Culp1-6/+6
This test has been broken since 2a413da57efc4, which stopped running the nginx master process as root.
2019-11-07nixos/certmgr: port test to pythonMarijan1-14/+14
2018-11-11tests: refactor to carry the package set as an argumentLéo Gaspard1-2/+5
This way, the package set will be possible to pass without re-importing all the time
2018-08-10nixos/certmgr: initJohan Thomsen1-0/+148