added mtls renewal service to motd

This commit is contained in:
John Lancaster
2026-03-16 08:27:09 -05:00
parent 1d210457b5
commit 853fe3c556

View File

@@ -22,9 +22,10 @@
}; };
service_status = { service_status = {
SSH = "sshd.socket";
"SSH Certs" = "step-ssh-host-renew.timer";
Docker = "docker"; Docker = "docker";
SSH = "sshd.socket";
"SSH Cert Renewal" = "step-ssh-host-renew.timer";
"mTLS Renewal" = "mtls-renew.timer";
}; };
# This calculation is wrong for LXCs # This calculation is wrong for LXCs