security.ipa.certificate

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
<nixpkgs/nixos/modules/security/ipa.nix>