mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(kanidm): cert path
This commit is contained in:
parent
59a4ed49b5
commit
2dfb1d9a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ in {
|
|||
}
|
||||
(mkIf cfg.server.unencrypted.enable {
|
||||
tls_chain = "${cfg.server.unencrypted.package}/fullchain.pem";
|
||||
tls_key = "${cfg.server.unencrypted.package.key}/key.pem";
|
||||
tls_key = "${cfg.server.unencrypted.package}/key.pem";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue