diff options
author | Lorenzo Manacorda <lorenzo@mailbox.org> | 2022-06-08 11:46:50 +0200 |
---|---|---|
committer | Lorenzo Manacorda <lorenzo@mailbox.org> | 2022-06-08 11:46:50 +0200 |
commit | 814ddfa5f53002216f260b3d33ca41514fa8d777 (patch) | |
tree | 04234a76a5e516e54a273dfb977c8db896c9ef10 /src/nix | |
parent | b2dea231cf61d8d10cef89991571f57976b77f06 (diff) |
Fix missing ` in key manual
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/key-generate-secret.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/key-generate-secret.md b/src/nix/key-generate-secret.md index 4938f637c..609b1abcc 100644 --- a/src/nix/key-generate-secret.md +++ b/src/nix/key-generate-secret.md @@ -30,7 +30,7 @@ convert-secret-to-public` to get the corresponding public key for verifying signed store paths. The mandatory argument `--key-name` specifies a key name (such as -`cache.example.org-1). It is used to look up keys on the client when +`cache.example.org-1`). It is used to look up keys on the client when it verifies signatures. It can be anything, but it’s suggested to use the host name of your cache (e.g. `cache.example.org`) with a suffix denoting the number of the key (to be incremented every time you need |