[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
334/376: Update signing.txt
From: |
Ludovic Courtès |
Subject: |
334/376: Update signing.txt |
Date: |
Wed, 28 Jan 2015 22:06:00 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 2e98703c0ce2ae0924359cd510e2de1c71cb000c
Author: roconnor <address@hidden>
Date: Sat Nov 8 16:39:50 2014 -0500
Update signing.txt
---
doc/signing.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/signing.txt b/doc/signing.txt
index 1d042e9..7403cac 100644
--- a/doc/signing.txt
+++ b/doc/signing.txt
@@ -1,6 +1,6 @@
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
user).
@@ -8,7 +8,7 @@ user).
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
export store paths.
- 327/376: Use https://cache.nixos.org instead of http://cache.nixos.org, (continued)
- 327/376: Use https://cache.nixos.org instead of http://cache.nixos.org, Ludovic Courtès, 2015/01/28
- 331/376: Fix bad comment, Ludovic Courtès, 2015/01/28
- 320/376: Define ‘environ’, Ludovic Courtès, 2015/01/28
- 333/376: builtins.readFile: realise context associated with the path, Ludovic Courtès, 2015/01/28
- 332/376: Always use https to fetch the Nixpkgs channel, Ludovic Courtès, 2015/01/28
- 326/376: Link against perl.dll on Cygwin, Ludovic Courtès, 2015/01/28
- 324/376: Set custom compiler flags on Cygwin, Ludovic Courtès, 2015/01/28
- 325/376: Fix library handling on Cygwin, Ludovic Courtès, 2015/01/28
- 335/376: Don't use RPATH on Darwin, Ludovic Courtès, 2015/01/28
- 337/376: Revert "Use posix_spawn to run the pager", Ludovic Courtès, 2015/01/28
- 334/376: Update signing.txt,
Ludovic Courtès <=
- 336/376: Cruft, Ludovic Courtès, 2015/01/28
- 339/376: Include cacert in the binary tarball, Ludovic Courtès, 2015/01/28
- 340/376: Rename function, Ludovic Courtès, 2015/01/28
- 342/376: Don't do vfork in conjunction with setuid, Ludovic Courtès, 2015/01/28
- 341/376: Use vfork, Ludovic Courtès, 2015/01/28
- 345/376: allow custom docbook paths/URLs, use a working URL for docbook.rng, Ludovic Courtès, 2015/01/28
- 344/376: Urgh, Ludovic Courtès, 2015/01/28
- 343/376: Provide default pagers, Ludovic Courtès, 2015/01/28
- 346/376: Don't use ?=, Ludovic Courtès, 2015/01/28
- 347/376: Remove canary stuff, Ludovic Courtès, 2015/01/28