summaryrefslogtreecommitdiff
path: root/configure-installer
AgeCommit message (Collapse)AuthorFilesLines
2023-08-13fix(configure-installer): handle host id or user ca not configuredLars Wirzenius1-3/+8
Sponsored-by: author
2023-07-22chore: remove logging that was added for debuggingLars Wirzenius1-27/+0
It's too verbose to be useful. Sponsored-by: author
2023-07-13feat(configure-installer): allow user to pre-configure a wifiLars Wirzenius1-0/+16
Sponsored-by: author
2023-05-13feat: allow installer configuration to fetch things from commandsLars Wirzenius1-15/+97
Instead of having to store user CA public key and host key and certificate in files, allow user to specify commands to run to get them. This is more convenient. Also, the certificate can be re-generate every time the installer image is configured, which reduces the likelihood it'll expire. Sponsored-by: author
2022-12-10fix: use same filename for sshd config as debian-ansible for user CALars Wirzenius1-1/+1
Sponsored-by: author
2022-12-10fix: use same name for user CA public key file as debian-ansibleLars Wirzenius1-2/+2
Sponsored-by: author
2022-08-07fix: allow ed25519 for certificates, otherwise certs don't workLars Wirzenius1-1/+6
Sponsored-by: author
2022-07-27feat: add configure-installer script; support for host certificateLars Wirzenius1-0/+159
Sponsored-by: author