nixpkgs/nixos/modules/services/misc/taskserver
aszlig b618843860
nixos/taskserver: Fix manual PKI management
The helper tool had a very early check whether the automatically created
CA key/cert are available and thus it would abort if the key was
unavailable even though we don't need or even want to have the CA key.

Unfortunately our NixOS test didn't catch this, because it was just
switching from a configuration with an automatically created CA to a
manual configuration without deleting the generated keys and certs.

This is done now in the tests and it's also fixed in the helper tool.

Reported-by: @jpotier
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-07-16 20:38:15 +02:00
..
default.nix nixos: revert changes from 3ab45f4b36 in taskserver module 2017-05-06 19:50:02 +02:00
doc.xml taskserver: Allow helper tool in manual config 2017-02-17 19:45:55 +01:00
helper-tool.py nixos/taskserver: Fix manual PKI management 2017-07-16 20:38:15 +02:00