Skip to content

Commit

Permalink
Merge pull request #567 from sturman/patch-1
Browse files Browse the repository at this point in the history
Fix default GPG key type
  • Loading branch information
felicitymay authored Oct 21, 2020
2 parents 1af775d + ce58d7b commit bb8e5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ versions:
```shell
$ gpg --default-new-key-algo rsa4096 --gen-key
```
4. At the prompt, specify the kind of key you want, or press `Enter` to accept the default `RSA and DSA`.
4. At the prompt, specify the kind of key you want, or press `Enter` to accept the default `RSA and RSA`.
5. Enter the desired key size. Your key must be at least `4096` bits.
6. Enter the length of time the key should be valid. Press `Enter` to specify the default selection, indicating that the key doesn't expire.
7. Verify that your selections are correct.
Expand Down

0 comments on commit bb8e5e4

Please sign in to comment.