checking in while i do some research

This commit is contained in:
2016-12-16 03:16:48 -05:00
parent 78fecbded4
commit 39e037c08a
6 changed files with 159 additions and 56 deletions

14
extra/templates/GPG.j2 Normal file
View File

@@ -0,0 +1,14 @@
{# For more options, see https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html
#}<GnupgKeyParms format="internal">
Key-Type: RSA
Key-Length: 4096
Subkey-Type: RSA
Subkey-Length: 4096
Name-Real: {{ bdisk['dev'] }}
Name-Email: {{ bdisk['email'] }}
Name-Comment: via {{ bdisk['pname'] }} [autogenerated] | {{ bdisk['uri'] }} | {{ bdisk['desc'] }}
Expire-Date: 0
%no-ask-passphrase
%no-protection
%commit
</GnupgKeyParms>