Created
February 10, 2019 20:03
-
-
Save johanot/07c294e20329c461ef49139c0b5abcde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 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