Skip to content

pstauffer/4th_meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4th_meetup

gpg commands

# list all keys
gpg --list-keys 

# create a key
gpg --gen-key
# trust key
gpg --edit-key [email protected]
trust
5

gpg-agent

# install gpg-agent via gnupg-agent package
apt-get install gnupg-agent

Use Case

# encrypt password
echo test |gpg -r [email protected] -e -o vault_passphrase.gpg
chmod 600 vault_passphrase.gpg

# define vault password file
export ANSIBLE_VAULT_PASSWORD_FILE=vault.sh

chmod 750 vault.sh

Links

To Do

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages