diff options
author | Werner Koch <[email protected]> | 1999-07-08 14:24:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-08 14:24:35 +0000 |
commit | c5ca275573f147c83d06a64ba60053d4e646c6c0 (patch) | |
tree | 2c6b253b672a049803afab557417f7c96ff2a737 /doc/FAQ | |
parent | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch (diff) | |
download | gnupg-c5ca275573f147c83d06a64ba60053d4e646c6c0.tar.gz gnupg-c5ca275573f147c83d06a64ba60053d4e646c6c0.zip |
See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -336,3 +336,9 @@ you active characterset matches the one displayed - if not, restrict yourself to plain 7 bit ASCII and no mapping has to be done. + Q: How do I transfer owner trust values from PGP to GnuPG? + A: There is a script in the tools directory to help you: + After you have imported the PGP keyring you can give this command: + $ lspgpot pgpkeyring | gpg --import-ownertrust + + |