Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add information on potential PIN issues and how to debug them | Sebastian Schmieschek | 2020-05-27 | 1 | -2/+5 |
| | | | | | | | | | | I missed the error message when attempting to set a PIN of only 5 characters due to the UI repeating the options below it. Pinentry happily stores the bogus PIN and even counts down the retry counter when entering the correct (default) one. This can be resolved by unblocking the PIN. Once I ran the gpg-agent with debug output (a tip found in the added link), the issue was obvious. | ||||
* | Stack rank secure environment and add a few tips | drduh | 2020-05-25 | 1 | -19/+42 |
| | |||||
* | Merge pull request #185 from vald-phoenix/fix-borken-anchor | drduh | 2020-05-24 | 1 | -5/+5 |
|\ | | | | | Fix broken anchor | ||||
| * | Fix broken anchor | Vladyslav Krylasov | 2020-05-04 | 1 | -5/+5 |
| | | | | | | | | There are two anchors with the same name and this breaks navigation. | ||||
* | | Merge pull request #189 from mmaeusezahl/fix_revocation_command | drduh | 2020-05-24 | 1 | -1/+1 |
|\ \ | | | | | | | Fix order of revocation command | ||||
| * | | Fix order of revocation command. | Max Mäusezahl | 2020-05-24 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | According to 'man gpg' the order of arguments should be gpg [--homedir name] [--options file] [options] command [args] In this case '--gen-revoke' is the command, '$KEYID' is an argument and '--output $GNUPGHOME/revoke.asc' is an option. Previously this was incorrect (option came first) and would spawn an error. | ||||
* | | Merge pull request #187 from mikem/rotate-edit-in-expert-mode | drduh | 2020-05-18 | 1 | -1/+1 |
|\ \ | |/ |/| | Include --expert when editing master key | ||||
| * | Include --expert when editing master key | Mike Mazur | 2020-05-17 | 1 | -1/+1 |
|/ | | | | This is specifically during setup when rotating keys. | ||||
* | Merge pull request #184 from jstelzer/gpg-on-second-computer | drduh | 2020-05-04 | 1 | -0/+1 |
|\ | | | | | Gpg on second computer | ||||
| * | Clarified wording | Jason Stelzer | 2020-05-04 | 1 | -1/+1 |
| | | |||||
| * | GPG keys on multiple computers | Jason Stelzer | 2020-05-04 | 1 | -0/+1 |
|/ | | | | I feel like this took me longer to figure out than it should have. | ||||
* | Address throw-keyids issue with mailvelope to fix #178 | drduh | 2020-05-03 | 1 | -14/+18 |
| | |||||
* | Split export pubkey from backup to fix #175 | drduh | 2020-05-03 | 1 | -86/+95 |
| | |||||
* | Disambiguate backup volume label to fix #176. | drduh | 2020-05-03 | 1 | -77/+127 |
| | |||||
* | Merge pull request #180 from vald-phoenix/yubikey-reset-by-ykman | drduh | 2020-05-03 | 1 | -0/+6 |
|\ | | | | | Describe ykman PGP keys reset | ||||
| * | Describe ykman PGP keys reset | Vladyslav Krylasov | 2020-04-28 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #179 from vald-phoenix/multiple-yubikeys | drduh | 2020-05-03 | 1 | -28/+15 |
|\ \ | | | | | | | Describe card serial number error | ||||
| * | | Describe card serial number error | Vladyslav Krylasov | 2020-04-29 | 1 | -28/+15 |
| |/ | |||||
* | | Merge pull request #177 from apiraino/revoke-cert | drduh | 2020-05-03 | 1 | -0/+15 |
|\ \ | | | | | | | Add instructions to create a revoke certificate | ||||
| * | | Add instruction to create a revoke certificate | apiraino | 2020-04-28 | 1 | -0/+15 |
| |/ | |||||
* | | Merge pull request #170 from murphy83/Abort-Trick | drduh | 2020-05-03 | 1 | -0/+15 |
|\ \ | |/ |/| | Added some additonal text describing alternatives that may be used | ||||
| * | Added some additonal text describing alternatives that may be used | Murphy Laptop | 2020-03-02 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #172 from codesections-forks/master | drduh | 2020-04-13 | 1 | -1/+102 |
|\ \ | |/ |/| | Add steps for renewing (not rotating) sub-keys | ||||
| * | Add steps for renewing (not rotating) sub-keys | Daniel Sockwell | 2020-03-24 | 1 | -1/+102 |
|/ | | | | | | | | | | | | | As discussed in issue #164, the current section on Rotating Keys presents two alternatives: replacing the existing keys with a newly generated key or extending the validity of existing keys by changing their expiration. However, it only provides instructions for the first approach. This commit adds instructions for renewing sub-keys. I am far from an expert, and am submitting this change mostly in hopes that it will provide documentation for the next time I need to renew my sub-keys. I would welcome any changes or clarifications others would care to offer. | ||||
* | Bump Debian version, license year | drduh | 2020-02-12 | 2 | -9/+33 |
| | |||||
* | Merge pull request #160 from rvl/nixos | drduh | 2020-01-22 | 1 | -0/+51 |
|\ | | | | | Add instructions for NixOS | ||||
| * | Add instructions for NixOS | Rodney Lorrimar | 2020-01-22 | 1 | -0/+51 |
| | | | | | | | | I just tested these steps on a spare laptop. | ||||
* | | Merge pull request #159 from rvl/multiple-yubikeys | drduh | 2020-01-22 | 1 | -0/+16 |
|\ \ | | | | | | | Add more detail about what to do with multiple YubiKeys | ||||
| * | | Add more detail about what to do with multiple YubiKeys | Rodney Lorrimar | 2020-01-22 | 1 | -0/+16 |
| |/ | |||||
* | | Merge pull request #158 from rvl/primary-user-id | drduh | 2020-01-22 | 1 | -0/+30 |
|\ \ | |/ |/| | Add information about setting the primary user ID | ||||
| * | Add information about setting the primary user ID | Rodney Lorrimar | 2020-01-22 | 1 | -0/+30 |
|/ | |||||
* | Merge pull request #157 from ilpianista/patch-1 | drduh | 2020-01-21 | 1 | -1/+1 |
|\ | | | | | Fix gnupg package name for Arch | ||||
| * | Fix gnupg package name for Arch | Andrea Scarpino | 2020-01-21 | 1 | -1/+1 |
|/ | | | `gnupg2` has been [removed since March 2012](https://lists.archlinux.org/pipermail/arch-dev-public/2012-March/022690.html) | ||||
* | Merge pull request #155 from wsyxbcl/patch-1 | drduh | 2020-01-13 | 1 | -4/+4 |
|\ | | | | | fix broken links | ||||
| * | fix broken links | wsyxbcl | 2020-01-12 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #154 from pheuter/patch-1 | drduh | 2020-01-07 | 1 | -1/+2 |
|\ | | | | | Update GitHub instructions on Windows | ||||
| * | Update GitHub instructions on Windows | Mark Fayngersh | 2020-01-07 | 1 | -1/+2 |
|/ | | | Add command to instruct Git to use WinGPG | ||||
* | Formatting cleanup | drduh | 2019-12-30 | 1 | -23/+19 |
| | |||||
* | Use larger partition sizes to fix #149. | drduh | 2019-12-30 | 1 | -21/+22 |
| | |||||
* | Merge pull request #147 from gusttt/patch-1 | drduh | 2019-12-16 | 1 | -1/+1 |
|\ | | | | | Fix typo in table of contents link | ||||
| * | Fix typo in table of contents link | gusttt | 2019-12-16 | 1 | -1/+1 |
|/ | |||||
* | Document issue #145 and fix #142 | drduh | 2019-12-14 | 1 | -12/+10 |
| | |||||
* | Fix url formatting | drduh | 2019-11-19 | 1 | -1/+1 |
| | |||||
* | Update Debian version and fix #137 | drduh | 2019-11-19 | 1 | -62/+66 |
| | |||||
* | Merge pull request #141 from maximbaz/patch-1 | drduh | 2019-11-19 | 1 | -1/+1 |
|\ | | | | | Mention yubikey-touch-detector | ||||
| * | Mention yubikey-touch-detector | Maxim Baz | 2019-11-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #140 from iMilnb/master | drduh | 2019-11-13 | 1 | -1/+1 |
|\ | | | | | Added a fix for failing ssh / GUI pinentry | ||||
| * | Added a fix for failing ssh / GUI pinentry | Emile 'iMil' Heitor | 2019-11-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #138 from ezekiel/patch-1 | drduh | 2019-11-08 | 1 | -1/+1 |
|\ | | | | | Add --keyserver flag pointing to Debian keyserver | ||||
| * | Add --keyserver flag pointing to Debian keyserver | Kiel C | 2019-11-07 | 1 | -1/+1 |
|/ | | | Fixes #131 |