Make root ca stable and not GC:d by nix.

This commit is contained in:
Jonas Juselius
2018-05-24 12:40:20 +02:00
parent c8555f603e
commit 490dd3edd3
2 changed files with 5 additions and 0 deletions

2
bin/initca.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
nix-instantiate --add-root `pwd`/gcroots/certs --indirect -E "import ./certs.nix"