WIP SSH cert wrappers

This commit is contained in:
John Lancaster
2026-07-05 11:16:20 -05:00
parent 225020eb8d
commit 73f5df1832
3 changed files with 77 additions and 69 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ in
};
sops.defaultSopsFile = ./secrets.yaml;
ssh-certs = {
hostname = hostname;
extraPrincipals = [ ipv4 ipv6 ];
provisioner = "admin";
extraPrincipals = [ "janus.john-stream.com" ipv4 ipv6 ];
};
step-ca = {
rootCertPath = ./root_ca.crt;