Documentation ¶
Overview ¶
THIS IS BORROWED FROM FLUX! https://raw.githubusercontent.com/fluxcd/flux/6e6f3a8bfc0a6137d935ff4968e15a3ba59ebdb0/pkg/gpg/gpg.go Package gpg has procedures for dealing with GNU Privacy Guard (gpg), in service of signing commits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportKeys ¶
ImportKeys looks for all keys in a directory, and imports them into the current user's keyring. A path to a directory or a file may be provided. If the path is a directory, regular files in the directory will be imported, but not subdirectories (i.e., no recursion). It returns the basenames of the succesfully imported keys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.