mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(idp): cert url
This commit is contained in:
parent
ead537b083
commit
7c58462588
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ in {
|
|||
ca.cert = let
|
||||
caPem = pkgs.fetchurl {
|
||||
name = "${cfg.canonHost}.ca.pem";
|
||||
url = "https://freeipa.${cfg.domain}/ipa/config/ca.crt";
|
||||
url = "https://ipa.${cfg.domain}/ipa/config/ca.crt";
|
||||
sha256 = "sha256-PKjnjn1jIq9x4BX8+WGkZfj4HQtmnHqmFSALqggo91o=";
|
||||
};
|
||||
in mkOptionDefault caPem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue