diff options
author | Werner Koch <[email protected]> | 2023-04-04 14:39:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-04-04 14:39:59 +0000 |
commit | d9e7488b17fdc617eec735e2c0485b69285ba511 (patch) | |
tree | cd1423ce0870d036b5e0b7dd0425eb7222d84d62 /README | |
parent | speedo: Remove deleted prf files from the Windows installer (diff) | |
download | gnupg-d9e7488b17fdc617eec735e2c0485b69285ba511.tar.gz gnupg-d9e7488b17fdc617eec735e2c0485b69285ba511.zip |
Use the keyboxd for a fresh install
* common/homedir.c (gnupg_maybe_make_homedir): Also create a
common.conf.
* g10/keydb.c: Include comopt.h.
(maybe_create_keyring_or_box): Detect the creation of a common.conf.
* g10/gpg.c (main): Avoid adding more resources in this case.
* sm/keydb.c: Include comopt.h.
(maybe_create_keybox): Detect the creation of a common.conf.
* common/comopt.h (comopt): Remove the conditional "extern".
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ Only public keys and X.509 certificates are managed by the keyboxd; private keys are still stored as separate files. + Since version 2.4.1 the keyboxd will be used by default for a fresh + install; i.e. if a ~/.gnupg directory did not yet exist. + Note that there is no automatic migration; if the use-keyboxd option is enabled keys are not taken from pubring.kbx. To migrate existing keys to the keyboxd do this: |