Update module name

This commit is contained in:
Pablo Ovelleiro Corral 2024-03-27 21:32:12 +01:00
parent c5cc1aa3d7
commit 61f87bf2e3
No known key found for this signature in database
GPG key ID: 29E9A6ED72CCB334
2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,8 @@ If you have multiple subkeys, usually it is the authenticate key highlighted wit
### Derive private SSH key
```sh
go run main.go
go build
./pgp2ssh
```
It'll ask you for the path to your private PGP key, followed by choosing the key/subkey and if your PGP key is encrypted it'll ask for the passphrase.

2
go.mod
View file

@ -1,4 +1,4 @@
module gpg2age
module pgp2ssh
go 1.21.8