diff options
Diffstat (limited to 'gpgkeys')
-rw-r--r-- | gpgkeys/rh.template (renamed from gpgkeys/gpg.template) | 0 | ||||
-rw-r--r-- | gpgkeys/ubuntu.template | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gpgkeys/gpg.template b/gpgkeys/rh.template index 261f5b31..261f5b31 100644 --- a/gpgkeys/gpg.template +++ b/gpgkeys/rh.template 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 |