Skip to content

Commit be65aae

Browse files
committed
Fixed decoding?
1 parent 4cf44bc commit be65aae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/key.p12.enc

0 Bytes
Binary file not shown.

scripts/decrypt-secrets.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ls -al .circleci/
88
echo $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
99

1010
# Encrypt
11-
# openssl aes-256-cbc -e -in key.p12 -out .circleci/key.p12.enc -k "$ANDROID_NETWORK_TOOLS_DECRYPTKEY1"
11+
#openssl aes-256-cbc -e -in key.p12 -out .circleci/key.p12.enc -k "${ANDROID_NETWORK_TOOLS_DECRYPTKEY1}"
12+
1213
# Decrypt
13-
openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key.p12 -k "$ANDROID_NETWORK_TOOLS_DECRYPTKEY1"
14+
openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key2.p12 -k "${ANDROID_NETWORK_TOOLS_DECRYPTKEY1}"

0 commit comments

Comments
 (0)