Skip to content

Commit

Permalink
Remove any type and bits recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 25, 2021
1 parent 4ad8fa2 commit 9314e93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ First open your master key for editing (use `--list-keys` to find it):
gpg --edit-key "<YOUR MASTER KEY ID>"
```

A signing key type RSA with 3072 bits is recommended for greatest compatibility.

Type `addkey` and select a type that is for signing, you might be asked about bit size depending on your choice.
When deciding over key expire, avoid setting to never expire, as recommendation of key bits will change over time.
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.
Expand Down

0 comments on commit 9314e93

Please sign in to comment.