aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/taskserver/certs (unfollow)
Commit message (Collapse)Author
2025-01-25feat(system): removeSilas Schöffel
This only contains unused and unwanted services
2024-12-23style(treewide): FormatBenedikt Peetz
2024-12-19build(system/services/taskserver/certs/generate): Convert to `nix-shell`Benedikt Peetz
Lix does not support the newer `nix shell` shebang.
2024-10-05feat(taskserver/certs/ca.certs.pem): Regenerate certificateBenedikt Peetz
2024-10-05refactor(taskserver/certs): Format scripts and allow selecting which certs ↵Benedikt Peetz
to generate
2024-10-05chore(taskserver/certs/ca.key.pem.gpg): reencrypt with new keys as recipientsSilas Schöffel
2023-11-07fix(system/services/taskserver/certs): Move cert generation to scriptSoispha
This fully removes the human-factor and allows it to just run `./generate` to generate all required certificates and keys (with the needed extra keys and certificates)
2023-10-16feat(system/services/taskserver): Integrate Let's Encrypt certificatesSoispha
The current setup now runs the `taskserver.vhack.eu` domain with a Let's Encrypt certificate and additionally uses a self-signed CA certificate to validate clients. The shell scripts used to generate the CA certificate and the derived client certificate (and keys) are taken nearly unmodified from the upstream repository [1]. [1]: https://github.com/GothenburgBitFactory/taskserver/tree/9794cff61e56bdfb193c6aa4cebb57970ac68aef/pki