diff options
Diffstat (limited to 'gpgkeys/ubuntu.template')
-rw-r--r-- | gpgkeys/ubuntu.template | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gpgkeys/ubuntu.template b/gpgkeys/ubuntu.template new file mode 100644 index 00000000..ac0e8b5e --- /dev/null +++ b/gpgkeys/ubuntu.template @@ -0,0 +1,14 @@ +%echo Generating key... +Key-Type: DSA +Key-Length: 1024 +Subkey-Type: ELG-E +Subkey-Length: 1024 +Name-Real: Ubuntu Support +Name-Comment: SoS Encryption Key +Name-Email: support@canonical.com +Expire-Date: 0 +Passphrase: ubuntutemplateexample +%pubring gpgkeys/ubuntusupport.pub +%secring gpgkeys/ubuntusupport.key +%commit +%echo done |