Skip to content

Instantly share code, notes, and snippets.

@fpletz
Created June 4, 2016 19:23
Show Gist options
  • Select an option

  • Save fpletz/170bcef6e410a1ed6be00b7f63258747 to your computer and use it in GitHub Desktop.

Select an option

Save fpletz/170bcef6e410a1ed6be00b7f63258747 to your computer and use it in GitHub Desktop.
nixos cacert
security.pki.certificateFiles = [
(pkgs.fetchurl {
url = "https://www.cacert.org/certs/class3.crt";
sha256 = "0kzq3gvili5mpjkz7p3mf46d14175id4b4ll188mph0wvajxmfpm";
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment