mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-11 13:14:25 +01:00
small correction
This commit is contained in:
parent
ba593a2eb2
commit
42df1779cc
18
doc/FAQ
18
doc/FAQ
@ -57,6 +57,8 @@ you could search in the mailing list archive.
|
|||||||
4.13) How can I used GnuPG in an automated environment?
|
4.13) How can I used GnuPG in an automated environment?
|
||||||
4.14) Which email-client can I use with GnuPG?
|
4.14) Which email-client can I use with GnuPG?
|
||||||
4.15) Can't we have a gpg library?
|
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. COMPATIBILITY ISSUES
|
||||||
5.1) How can I encrypt a message with GnuPG so that PGP is able to decrypt it?
|
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
|
do the trick. You'll find it at
|
||||||
ftp://ftp.guug.de/pub/gcrypt/alpha/gpgme
|
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
|
5. COMPATIBILITY ISSUES
|
||||||
|
|
||||||
|
|
||||||
@ -504,8 +517,9 @@ messages?
|
|||||||
5.5) Why is PGP 5.x not able to verify my 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
|
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
|
requests generation of V4 signatures for all kind of data, that's why
|
||||||
option "--force-v3-sigs" to generate V3 signatures for data.
|
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?
|
5.6) How do I transfer owner trust values from PGP to GnuPG?
|
||||||
|
|
||||||
|
20
doc/faq.raw
20
doc/faq.raw
@ -397,6 +397,21 @@ messages?
|
|||||||
do the trick. You'll find it at
|
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]
|
[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
|
<S> COMPATIBILITY ISSUES
|
||||||
|
|
||||||
<Dcompat>
|
<Dcompat>
|
||||||
@ -460,8 +475,9 @@ messages?
|
|||||||
<Q> Why is PGP 5.x not able to verify my 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
|
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
|
requests generation of V4 signatures for all kind of data, that's why
|
||||||
option "--force-v3-sigs" to generate V3 signatures for data.
|
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?
|
<Q> How do I transfer owner trust values from PGP to GnuPG?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user