deadnix
This commit is contained in:
parent
df1ea7ce32
commit
f8a9914d3c
4 changed files with 18 additions and 45 deletions
7
pkgs/by-name/is/isrg-root-x1/package.nix
Normal file
7
pkgs/by-name/is/isrg-root-x1/package.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ fetchurl }:
|
||||
|
||||
fetchurl {
|
||||
name = "isrg-root-x1.pem";
|
||||
url = "https://letsencrypt.org/certs/isrgrootx1.pem";
|
||||
sha256 = "sha256-C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHFr8M=";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue