aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common (unfollow)
Commit message (Collapse)Author
2025-06-07tests/common/acme/default.nix: Inline the `acmeScripts`Benedikt Peetz
There is just one script, and having it at an accessible entry point is not useful, as the script itself needs to be wrapped.
2025-06-07tests/{atuin-sync,email-{dns,http},sharkey,taskchampion-sync}: Share acme setupBenedikt Peetz
In the wake of `network-online.target`'s removal from `multi-user.target`, I noticed, that this acme ca setup code is effectively duplicated. This commit now deduplicates it.
2025-04-22tests/{common,email-dns}: Move last part of acme and dns handling to commonBenedikt Peetz
This makes re-using it even easier.
2025-04-22tests/email-dns: Factor out all of the secrets/acme stuff into a common dirBenedikt Peetz
This makes it easier to re-use this test data for various tests.