10 src = fetchFromGitHub {
14 hash = "sha256-MgNPU06bv31tdfUnigcmct8UTVztNLXcmTg3H/J7mic=";
19 ldflags = [ "-s" "-w" ];
22 homepage = "https://cfssl.org/";
23 description = "Cloudflare's automated certificate management using a CFSSL CA";
24 mainProgram = "certmgr";
25 platforms = platforms.linux;
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ johanot srhb ];