addgnupghome - Create .gnupg home directories
addgnupghome account_1 account_2...account_n
ADDGNUPGHOME(8) GNU Privacy Guard 2.2 ADDGNUPGHOME(8)
NAME
addgnupghome - Create .gnupg home directories
SYNOPSIS
addgnupghome account_1 account_2...account_n
DESCRIPTION
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 copy-
ing 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
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------+
|Availability | crypto/gnupg |
+---------------+-----------------------+
|Stability | Pass-through volatile |
+---------------+-----------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.20.tar.bz2.
Further information about this software can be found on the open source
community website at http://www.gnupg.org/.
GnuPG 2.2.20 2020-03-18 ADDGNUPGHOME(8)