Infini-DL360/authentik: remove unnecessary acme cert

This commit is contained in:
Infinidoge 2025-02-15 03:51:04 -05:00
parent 5bad4216a2
commit 2203788b2d
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -54,11 +54,6 @@ in
6636 # <- 636 port forwarded, LDAPS
];
security.acme.certs.${ldap} = {
group = "nginx";
webroot = null;
};
systemd.services.authentik-worker.serviceConfig.LoadCredential = [
"${ldap}.pem:/etc/secrets/ssl/ldap.inx.moe/fullchain.pem"
"${ldap}.key:/etc/secrets/ssl/ldap.inx.moe/key.pem"