mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-31 04:14:37 +00:00
README: fix nix-shell command
This commit is contained in:
parent
984452514d
commit
f083d6b3db
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ First generate yourself [a GPG key](https://docs.github.com/en/github/authentica
|
|||
conversion tool to convert an existing ssh key (we only support RSA keys right now):
|
||||
|
||||
```
|
||||
$ nix-shell -p ssh-to-pgp
|
||||
$ nix run -f https://github.com/Mic92/sops-nix/archive/master.tar.gz ssh-to-pgp
|
||||
$ ssh-to-pgp -private-key -i $HOME/.ssh/id_rsa | gpg --import --quiet
|
||||
2504791468b153b8a3963cc97ba53d1919c5dfd4
|
||||
# This exports the public key
|
||||
|
|
Loading…
Add table
Reference in a new issue