mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Explain how to delete a secret X.509 key.
This commit is contained in:
parent
1b86ee9806
commit
969dfd9890
@ -1,3 +1,8 @@
|
||||
2008-10-13 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.texi (Certificate Management): Explain hot to delete the
|
||||
secret key.
|
||||
|
||||
2008-10-01 Werner Koch <wk@g10code.com>
|
||||
|
||||
* tools.texi (Controlling gpg-connect-agent): Describe /datafile.
|
||||
|
@ -224,7 +224,13 @@ checked right before it is used.
|
||||
|
||||
@item --delete-keys @var{pattern}
|
||||
@opindex delete-keys
|
||||
Delete the keys matching @var{pattern}.
|
||||
Delete the keys matching @var{pattern}. Note that there is no command
|
||||
to delete the secret part of the key directly. In case you need to do
|
||||
this, you should run the command @code{gpg --dump-secret-keys KEYID}
|
||||
before you delete the key, copy the string of hex-digits in the
|
||||
``keygrip'' line and delete the file consisting of these hex-digits
|
||||
and the suffix @code{.key} from the @file{private-keys-v1.d} directory
|
||||
below our GnuPG home directory (usually @file{~/.gnupg}).
|
||||
|
||||
@item --export [@var{pattern}]
|
||||
@opindex export
|
||||
|
@ -1312,7 +1312,7 @@ Close the file descriptor @var{fd}. Warning: This command is
|
||||
experimental and might change in future versions.
|
||||
|
||||
@item /showopen
|
||||
Show a listy of open files.
|
||||
Show a list of open files.
|
||||
|
||||
@item /serverpid
|
||||
Send the Assuan command @command{GETINFO pid} to the server and store
|
||||
|
Loading…
x
Reference in New Issue
Block a user