Skip to content

Instantly share code, notes, and snippets.

@johanot
Created February 10, 2019 20:03
Show Gist options
  • Select an option

  • Save johanot/07c294e20329c461ef49139c0b5abcde to your computer and use it in GitHub Desktop.

Select an option

Save johanot/07c294e20329c461ef49139c0b5abcde to your computer and use it in GitHub Desktop.
{
certmgr = generic {};
certmgr-selfsigned = generic {
# The following patch makes it possible to use a self-signed x509 cert
# for the cfssl apiserver.
# TODO: remove patch when PR is merged.
patches = [
(fetchpatch {
url = "https://github.com/cloudflare/certmgr/pull/51.patch";
sha256 = "0ll56908lp45j5r0v29s6m1y2r7fdb502jfwi15vpjgyc58jycfi";
})
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment