mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merge branch 'STABLE-BRANCH-2-2' into wk-master
This commit is contained in:
commit
f574aabeeb
10 changed files with 93 additions and 11 deletions
|
@ -403,7 +403,10 @@ control this behavior but this command line option takes precedence.
|
|||
Set the time a cache entry is valid to @var{n} seconds. The default
|
||||
is 600 seconds. Each time a cache entry is accessed, the entry's
|
||||
timer is reset. To set an entry's maximum lifetime, use
|
||||
@command{max-cache-ttl}.
|
||||
@command{max-cache-ttl}. Note that a cached passphrase may not
|
||||
evicted immediately from memory if no client requests a cache
|
||||
operation. This is due to an internal housekeeping function which is
|
||||
only run every few seconds.
|
||||
|
||||
@item --default-cache-ttl-ssh @var{n}
|
||||
@opindex default-cache-ttl
|
||||
|
|
|
@ -256,7 +256,7 @@ fingerprints or keygrips.
|
|||
|
||||
@item --export-secret-key-p12 @var{key-id}
|
||||
@opindex export-secret-key-p12
|
||||
Export the private key and the certificate identified by @var{key-id} in
|
||||
Export the private key and the certificate identified by @var{key-id}
|
||||
using the PKCS#12 format. When used with the @code{--armor} option a few
|
||||
informational lines are prepended to the output. Note, that the PKCS#12
|
||||
format is not very secure and proper transport security should be used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue