Daniel Kahn Gillmor:
> 0) --export-options export-local on your air-gapped system, combined
> with --import-options import-local on your "regular" system.
> Would either of these workflows meet your goals?
Thanks! That's exactly what I was looking for.
-- nb.linux
Am Sa 04.01.2014, 21:41:32 schrieb nb.linux:
> How can I lsign a key and transfer the local signature from my air
> gapped system?
--export-options export-local-sigs
Not necessary for import if the importing system knows the signing key
as secret key (no matter whether the mainkey is available
On 01/04/2014 04:41 PM, nb.linux wrote:
> - ...here I'm stuck, because (as I understand the lsign) I cannot export
> the signature...
>
> Is this right?
> How can I lsign a key and transfer the local signature from my air
> gapped system?
> Maybe by copying the keyring files between the systems?
Hi,
I have an offline master key with C/S capabilities and two subkeys (E, S).
When (publicly) signing keys, usually I load my air gapped system with
the master key, sign each individual UID of the key to sign, and export
the signatures. Then send the signatures encrypted to the UID.
How would th