mtlsbundle fix

This commit is contained in:
John Lancaster
2026-03-27 21:25:32 -05:00
parent abb7d7295f
commit 19db20ee97
+2 -2
View File
@@ -270,7 +270,7 @@ in
inherit (cfg) subject provisioner san lifetime; inherit (cfg) subject provisioner san lifetime;
inherit pkgs tlsCert tlsKey mtlsBundle; inherit pkgs tlsCert tlsKey mtlsBundle;
}) })
(mkMtlsCheckScript { inherit pkgs; inherit (cfg) mtlsBundle; }) (mkMtlsCheckScript { inherit pkgs mtlsBundle; })
(mkMtlsRenewScript { inherit pkgs tlsCert tlsKey mtlsBundle; }) (mkMtlsRenewScript { inherit pkgs tlsCert tlsKey mtlsBundle; })
]; ];
@@ -309,7 +309,7 @@ in
inherit (cfg) subject provisioner san lifetime; inherit (cfg) subject provisioner san lifetime;
inherit pkgs tlsCert tlsKey mtlsBundle; inherit pkgs tlsCert tlsKey mtlsBundle;
}) })
(mkMtlsCheckScript { inherit pkgs; inherit (cfg) mtlsBundle; }) (mkMtlsCheckScript { inherit pkgs mtlsBundle; })
(mkMtlsRenewScript { inherit pkgs tlsCert tlsKey mtlsBundle; }) (mkMtlsRenewScript { inherit pkgs tlsCert tlsKey mtlsBundle; })
]; ];