We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839510 commit 39916ffCopy full SHA for 39916ff
README.md
@@ -46,7 +46,9 @@ First open your master key for editing (use `--list-keys` to find it):
46
gpg --edit-key "<YOUR MASTER KEY ID>"
47
```
48
49
-Type `addkey` and select signing or s for capabilities. RSA key type is recommended for greatest compatibility.
+A signing key type RSA with 2048 bits is recommended for greatest compatibility.
50
+
51
+Type `addkey` and select a type that is for signing, you might be asked about bit size depending on your choice.
52
Type `save` to persist the new subkey to your master key. Make a note of the Key ID as you will need it in the next step.
53
54
Next export the new sub key:
0 commit comments