How can I remove a key from the set of keys allowed for encryption of private data?
The file privdata/keyring.gpg is where propellor keeps the public keys it uses to sign the privdata. This is a regular gpg keyring, so can be manipulated by regular gpg commands.
I also just added propellor --rm-key to make it easy to remove a key.
The file privdata/keyring.gpg is where propellor keeps the public keys it uses to sign the privdata. This is a regular gpg keyring, so can be manipulated by regular gpg commands.
I also just added propellor --rm-key to make it easy to remove a key.