-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtravis-steventheworker-keys.sh
More file actions
11 lines (9 loc) · 839 Bytes
/
Copy pathtravis-steventheworker-keys.sh
File metadata and controls
11 lines (9 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
mkdir -p ~/.ssh/keychain\ copies/
# add to .ssh/keychain copies
openssl aes-256-cbc -K $encrypted_b749442190b9_key -iv $encrypted_b749442190b9_iv -in ed25519_sparkle_account_private_key.enc -out ~/.ssh/keychain\ copies/ed25519_sparkle_account_private_key -d
# same file but as ./ed25519_sparkle_account_private_key
openssl aes-256-cbc -K $encrypted_b749442190b9_key -iv $encrypted_b749442190b9_iv -in ed25519_sparkle_account_private_key.enc -out ./ed25519_sparkle_account_private_key -d
# add to .ssh/keychain copies
openssl aes-256-cbc -K $encrypted_9d3155e86c77_key -iv $encrypted_9d3155e86c77_iv -in AppleDevCert.p12.enc -out ~/.ssh/keychain\ copies/AppleDevCert.p12 -d
# same file but as ./codesign.p12
openssl aes-256-cbc -K $encrypted_9d3155e86c77_key -iv $encrypted_9d3155e86c77_iv -in AppleDevCert.p12.enc -out ./codesign.p12 -d