|
You are here |
blog.josefsson.org | ||
| | | | |
lwn.net
|
|
| | | | | [AI summary] An article details a denial-of-service attack where malicious actors flooded OpenPGP public keys with thousands of bogus certificates, causing performance failures in GnuPG and highlighting the maintenance issues of the aging SKS key server network. | |
| | | | |
tech.michaelaltfield.net
|
|
| | | | | Did Cert Flooding break your email? This guide shows how to detect & clean poisoned keys in your keyring and how to update your config to prevent importing poisoned keys in the future | |
| | | | |
danielpecos.com
|
|
| | | | | Tutorial on how to generate a new PGP / GPG key pair and properly rotate from your old one. | |
| | | | |
logr.cogley.info
|
|
| | | If you want to autosign git commits on Mac, there are a couple of tricks to it. I have not been able to get brew gpg to work consistently well, but installing from gpgtools.org seems to be able to be made to work. This worked for me: Install GPGTools from https://gpgtools.org Create / import a key, then run gpg -list-secret-keys to find the sec key fingerprint Make git settings, specifying the signing key as the fingerprint with no spaces: 1 2 3 4 % git config -global gpg. | ||