checking in while i do some research
This commit is contained in:
14
extra/templates/GPG.j2
Normal file
14
extra/templates/GPG.j2
Normal 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>
|
||||
Reference in New Issue
Block a user