Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:howtos:gpg [2016/01/25 03:11] – prometheus | projects:howtos:gpg [2016/03/08 00:01] (current) – [Further Reading] prometheus | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== How to generate a GPG Master | + | ====== How to generate a GPG Key with multiple uids & subkeys? ====== |
| <note warning> | <note warning> | ||
| Line 31: | Line 31: | ||
| <sxh bash; | <sxh bash; | ||
| ~$: gpg2 --expert --full-gen-key | ~$: gpg2 --expert --full-gen-key | ||
| - | # 9 | + | # 10 |
| - | # 7 | + | # 1 |
| + | # y | ||
| # 0 | # 0 | ||
| # y | # y | ||
| Line 72: | Line 73: | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
| - | * Error while generating key? | + | ==== Error while generating key? ==== |
| If you get the following error while the key generation: | If you get the following error while the key generation: | ||
| Line 84: | Line 85: | ||
| it means your gpg-agent isn't running. | it means your gpg-agent isn't running. | ||
| + | ==== ECC key not successfully uploaded to keyserver ==== | ||
| + | |||
| + | Consider [[http:// | ||
| ===== FAQ ===== | ===== FAQ ===== | ||
| Line 95: | Line 99: | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | Creating a new GPG key]] | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 103: | Line 112: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||