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: package
Example
pkgs.fetchurl {
  url = "http://ipa.example.com/ipa/config/ca.crt";
  hash = lib.fakeHash;
};
declared in: nixos/modules/security/ipa.nixView source on NixOS/nixpkgs →