bdisk/extra/templates/GPG.j2

15 lines
493 B
Django/Jinja

{# 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>