cdist-type__pass_init(7)¶
NAME¶
cdist-type__pass_init - Initialize a local password store.
DESCRIPTION¶
This type is intented to be used as a prerequisite to the cdist-type__pass(7) type. It will set up a pass(1) password store with the provided GPP2(1) public encryption key IDs.
REQUIRED PARAMETERS¶
- storedir
The host-local directory where the password store is to be found (or created if it does not exist).
REQUIRED MULTIPLE PARAMETERS¶
- gpgid
The GPG IDs of the public keys used to encrypt the password store.
EXAMPLES¶
# Setup a repository with a GPG ID
__pass_init
--storedir password/store/location
--gpgpid 92296965EAA1DD86A93284EF7B21E5AA32FB9810
–
SEE ALSO¶
pass(7), cdist-type__pass(7)
COPYING¶
Copyright (C) 2021 Joachim Desroches. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.