table of contents
other versions
- buster 2.2.12-1+deb10u1
- buster-backports 2.2.27-2~bpo10+1
- testing 2.2.27-2
- unstable 2.2.27-2
- experimental 2.3.1-1
ADDGNUPGHOME(8) | GNU Privacy Guard 2.2 | ADDGNUPGHOME(8) |
NAME¶
addgnupghome - Create .gnupg home directoriesSYNOPSIS¶
addgnupghome account_1 account_2...account_nDESCRIPTION¶
If GnuPG is installed on a system with existing user accounts, it is sometimes required to populate the GnuPG home directory with existing files. Especially a ‘trustlist.txt’ and a keybox with some initial certificates are often desired. This script helps to do this by copying all files from ‘/etc/skel/.gnupg’ to the home directories of the accounts given on the command line. It takes care not to overwrite existing GnuPG home directories.addgnupghome is invoked by root as:
addgnupghome account1 account2 ... accountn
2018-12-11 | GnuPG 2.2.12 |