Update signing.txt

This commit is contained in:
roconnor 2014-11-08 16:39:50 -05:00 committed by Eelco Dolstra
parent 50c3352811
commit 2e98703c0c

View file

@ -1,6 +1,6 @@
Generate a private key: Generate a private key:
$ (umask 277 && openssl genrsa -out /nix/etc/nix/signing-key.sec 2048) $ (umask 277 && openssl genrsa -out /etc/nix/signing-key.sec 2048)
The private key should be kept secret (only readable to the Nix daemon The private key should be kept secret (only readable to the Nix daemon
user). user).
@ -8,7 +8,7 @@ user).
Generate the corresponding public key: Generate the corresponding public key:
$ openssl rsa -in /nix/etc/nix/signing-key.sec -pubout > /nix/etc/nix/signing-key.pub $ openssl rsa -in /etc/nix/signing-key.sec -pubout > /etc/nix/signing-key.pub
The public key should be copied to all machines to which you want to The public key should be copied to all machines to which you want to
export store paths. export store paths.