diff options
author | Kali Kaneko <kali@leap.se> | 2013-06-15 01:39:31 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-06-15 01:39:31 +0900 |
commit | 7199a11a9a30f8299ebbc99ec6844c792d2a3124 (patch) | |
tree | 96125d6802547d1dc7d55c4860d50db230e0fc09 /pkg/utils/gpg-keys/gpg-batch-key-script | |
parent | 3805d683841766f98555b13d4bfbe5b105172a4d (diff) | |
parent | 2198696c369d53bcaeb32cd5d25c526f76808ab4 (diff) |
Merge remote-tracking branch 'micah/debian' into debian
Diffstat (limited to 'pkg/utils/gpg-keys/gpg-batch-key-script')
-rw-r--r-- | pkg/utils/gpg-keys/gpg-batch-key-script | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/pkg/utils/gpg-keys/gpg-batch-key-script b/pkg/utils/gpg-keys/gpg-batch-key-script deleted file mode 100644 index 7e48db0..0000000 --- a/pkg/utils/gpg-keys/gpg-batch-key-script +++ /dev/null @@ -1,45 +0,0 @@ -%echo Generating keypair 001/003... -Key-Type: RSA -Key-Length: 4096 -Subkey-Type: RSA -Subkey-Length: 4096 -Name-Real: Louis Lingg -Name-Email: blackhole@leap.se -Name-Comment: Test Key 001/003 -Expire-Date: 2013-03-15 -Passphrase: leap -%pubring generated-2013-02-15_19-15-001.pub -%secring generated-2013-02-15_19-15-001.sec -%commit -%echo done. 001 keys out of 003 completed. - -%echo Generating keypair 002/003... -Key-Type: RSA -Key-Length: 4096 -Subkey-Type: RSA -Subkey-Length: 4096 -Name-Real: Louis Lingg -Name-Email: blackhole@leap.se -Name-Comment: Test Key 002/003 -Expire-Date: 2013-03-15 -Passphrase: leap -%pubring generated-2013-02-15_19-15-002.pub -%secring generated-2013-02-15_19-15-002.sec -%commit -%echo done. 002 keys out of 003 completed. - -%echo Generating keypair 003/003... -Key-Type: RSA -Key-Length: 4096 -Subkey-Type: RSA -Subkey-Length: 4096 -Name-Real: Louis Lingg -Name-Email: blackhole@leap.se -Name-Comment: Test Key 003/003 -Expire-Date: 2013-03-15 -Passphrase: leap -%pubring generated-2013-02-15_19-15-003.pub -%secring generated-2013-02-15_19-15-003.sec -%commit -%echo done. 003 keys out of 003 completed. - |