sshca: Do not sign certs for root
We no longer need *root* in the list of authorized principals for user certificates issued by SSHCA.pull/46/head
parent
8f5129cbef
commit
b75d83cd32
|
@ -15,7 +15,6 @@ private_key_passphrase_file = "/run/sshca/secrets/user/passphrase/user-ca-key.pa
|
||||||
[ca.user.group_principals]
|
[ca.user.group_principals]
|
||||||
"Server Admins" = [
|
"Server Admins" = [
|
||||||
"core",
|
"core",
|
||||||
"root",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[libvirt]]
|
[[libvirt]]
|
||||||
|
|
Loading…
Reference in New Issue