diff options
author | Werner Koch <[email protected]> | 2007-06-21 18:44:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-21 18:44:48 +0000 |
commit | 0b66f30d66fadbfd1a949edbe765043b06c5931b (patch) | |
tree | e2e33a51151de2deac0d4e43cd7bc38429fe2965 /doc/glossary.texi | |
parent | [w32] gpg-agent is now started automagically by gpgsm. (diff) | |
download | gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.tar.gz gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.zip |
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows.
Diffstat (limited to '')
-rw-r--r-- | doc/glossary.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/glossary.texi b/doc/glossary.texi index 6eede19d2..22bd7adc5 100644 --- a/doc/glossary.texi +++ b/doc/glossary.texi @@ -16,6 +16,11 @@ certificates. The @emph{Certificate Revocation List} is a list containing certificates revoked by the issuer. +@item CSR + The @emph{Certificate Signing Request} is a message send to a CA to +ask them to issue a new certificate. The data format of such a signing +request is called PCKS#10. + @item Keygrip This term is used by GnuPG to describe a 20 byte hash value used to identify a certain key without referencing to a concrete protocol. |