11 src = fetchFromGitHub {
15 hash = "sha256-MgNPU06bv31tdfUnigcmct8UTVztNLXcmTg3H/J7mic=";
20 ldflags = [ "-s" "-w" ];
22 passthru.tests = { inherit (nixosTests) certmgr; };
26 homepage = "https://cfssl.org/";
27 description = "Cloudflare's automated certificate management using a CFSSL CA";
28 mainProgram = "certmgr";
29 platforms = platforms.linux;
30 license = licenses.bsd2;
31 maintainers = with maintainers; [ johanot srhb ];