頻繁に使うメールが2通ありますが、そのうちの2通については、GnuPGで生成/管理されたPGP鍵を使用したいと考えています。私の状況では不要なので、可能であれば、それぞれのメールで異なる鍵ペアを作成するのは避けたいと思っています
何か方法はないのでしょうか?
Mac OS X 10.5とUbuntu 11.04、Thunderbird 3.1.10を使っています
事前にありがとうございました!
83 None 2011-06-05
ベストアンサー
コマンドラインから既存のキーにユーザーIDを追加したい場合(入力は太字)
$ gpg --edit-key <key-id> gpg> adduid Real Name: <name> Email address: <email> Comment: <comment or Return to none> Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O Enter passphrase: <password> gpg> uid <uid> gpg> trust Your decision? 5 Do you really want to set this key to ultimate trust? (y/N) y gpg> save $ gpg --send-keys <key-id>
107 Aluísio A. S. G. 2011-06-05
Thunderbird の GPG サポートに Enigmail を使用していると仮定すると、それぞれの ID には単純に “OpenGPG Security” タブを使用することができます。経由でアクセスできます
Account Preferences -> Manage Identities -> Edit.
または、メニューから選択することもできます
OpenPGP -> Key Management -> [Right-click on your key] -> Manage User IDs
そして、キーにIDを追加します
14 barbaz 2011-06-05
Kgpgをインストールする(そう、私はKDEのlibをインストールするのも嫌いです。)
キーを選択します
右クリック –> ユーザーIDを追加します
0 Rodrigo Graça 2020-03-31