diff options
author | Nils Ellmenreich <[email protected]> | 2001-05-21 16:19:34 +0000 |
---|---|---|
committer | Nils Ellmenreich <[email protected]> | 2001-05-21 16:19:34 +0000 |
commit | 42df1779cc17a7bf19528f646422a9105f7d8ab1 (patch) | |
tree | e43bd754d32062eee6602729937e3790acc72af9 | |
parent | updated id.po (diff) | |
download | gnupg-42df1779cc17a7bf19528f646422a9105f7d8ab1.tar.gz gnupg-42df1779cc17a7bf19528f646422a9105f7d8ab1.zip |
small correction
-rw-r--r-- | doc/FAQ | 18 | ||||
-rw-r--r-- | doc/faq.raw | 20 |
2 files changed, 34 insertions, 4 deletions
@@ -57,6 +57,8 @@ you could search in the mailing list archive. 4.13) How can I used GnuPG in an automated environment? 4.14) Which email-client can I use with GnuPG? 4.15) Can't we have a gpg library? + 4.16) I have successfully generated a revocation certificate, but I don't + understand how to send it to the key servers. 5. COMPATIBILITY ISSUES 5.1) How can I encrypt a message with GnuPG so that PGP is able to decrypt it? @@ -443,6 +445,17 @@ messages? do the trick. You'll find it at ftp://ftp.guug.de/pub/gcrypt/alpha/gpgme + +4.16) I have successfully generated a revocation certificate, but I don't + understand how to send it to the key servers. + + Most keyservers don't accept a 'bare' revocation certificate. You + have to import the certificate into gpg first: + gpg --import my-revocation.asc + then send the revoked key to the keyservers: + gpg --keyserver certserver.pgp.com --send-keys mykeyid + (or use a keyserver web interface for this). + 5. COMPATIBILITY ISSUES @@ -504,8 +517,9 @@ messages? 5.5) Why is PGP 5.x not able to verify my messages? PGP 5.x does not accept V4 signatures for data material but OpenPGP - requires generation of V4 signatures for all kind of data. Use the - option "--force-v3-sigs" to generate V3 signatures for data. + requests generation of V4 signatures for all kind of data, that's why + GnuPG defaults to them. Use the option "--force-v3-sigs" to generate + V3 signatures for data. 5.6) How do I transfer owner trust values from PGP to GnuPG? diff --git a/doc/faq.raw b/doc/faq.raw index 31334ec56..55e164750 100644 --- a/doc/faq.raw +++ b/doc/faq.raw @@ -397,6 +397,21 @@ messages? do the trick. You'll find it at [H a href=ftp://ftp.guug.de/pub/gcrypt/alpha/gpgme]ftp://ftp.guug.de/pub/gcrypt/alpha/gpgme[H /a] + +<Q> I have successfully generated a revocation certificate, but I don't + understand how to send it to the key servers. + + Most keyservers don't accept a 'bare' revocation certificate. You + have to import the certificate into gpg first: + [H pre] + gpg --import my-revocation.asc + [H /pre] + then send the revoked key to the keyservers: + [H pre] + gpg --keyserver certserver.pgp.com --send-keys mykeyid + [H /pre] + (or use a keyserver web interface for this). + <S> COMPATIBILITY ISSUES <Dcompat> @@ -460,8 +475,9 @@ messages? <Q> Why is PGP 5.x not able to verify my messages? PGP 5.x does not accept V4 signatures for data material but OpenPGP - requires generation of V4 signatures for all kind of data. Use the - option "--force-v3-sigs" to generate V3 signatures for data. + requests generation of V4 signatures for all kind of data, that's why + GnuPG defaults to them. Use the option "--force-v3-sigs" to generate + V3 signatures for data. <Q> How do I transfer owner trust values from PGP to GnuPG? |