]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/gnupg/templates/gen-key-script.j2
Add gpg configuration, key generation and password store
[perso/Immae/Config/Ansible.git] / roles / gnupg / templates / gen-key-script.j2
1 Key-Type: RSA
2 Key-Length: 4096
3 Key-Usage: cert encrypt auth
4 Name-Real: {{ gpg_realname }}
5 Name-Email: {{ gpg_useremail }}
6 Passphrase: {{ gpg_password.user_input }}