diff options
Diffstat (limited to 'gpgkeys')
-rw-r--r-- | gpgkeys/rh.template | 14 | ||||
-rw-r--r-- | gpgkeys/ubuntu.template | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/gpgkeys/rh.template b/gpgkeys/rh.template deleted file mode 100644 index 261f5b31..00000000 --- a/gpgkeys/rh.template +++ /dev/null @@ -1,14 +0,0 @@ -%echo Generating key... -Key-Type: DSA -Key-Length: 1024 -Subkey-Type: ELG-E -Subkey-Length: 1024 -Name-Real: Red Hat Support -Name-Comment: SoS Encryption Key -Name-Email: support@redhat.com -Expire-Date: 0 -Passphrase: redhat -%pubring gpgkeys/rhsupport.pub -%secring gpgkeys/rhsupport.key -%commit -%echo done diff --git a/gpgkeys/ubuntu.template b/gpgkeys/ubuntu.template deleted file mode 100644 index ac0e8b5e..00000000 --- a/gpgkeys/ubuntu.template +++ /dev/null @@ -1,14 +0,0 @@ -%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 |