blob: 4681f1e3cd30eab6bae66241e2d28ce111b2a55c (
plain)
1
2
3
4
5
6
7
|
{
"*.yggdrasil" = {
hostNames = ["*.yggdrasil" "*.yggdrasil.li"];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC1t7HamptQ49VXtSZyRsaOuja5In1N0U9Ybdiu6ztzi ca.yggdrasil";
certAuthority = true;
};
}
|