security.ipa.certificate
NixOS option
IPA server CA certificate. Use nix-prefetch-url http://$server/ipa/config/ca.crt to obtain the file and the hash.
type: packageExample
declared in: nixos/modules/security/ipa.nixView source on NixOS/nixpkgs →pkgs.fetchurl {
url = "http://ipa.example.com/ipa/config/ca.crt";
hash = lib.fakeHash;
};