We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be65aae commit 92acaa0Copy full SHA for 92acaa0
.circleci/key.p12.enc
0 Bytes
scripts/decrypt-secrets.sh
@@ -11,4 +11,4 @@ echo $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
11
#openssl aes-256-cbc -e -in key.p12 -out .circleci/key.p12.enc -k "${ANDROID_NETWORK_TOOLS_DECRYPTKEY1}"
12
13
# Decrypt
14
-openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key2.p12 -k "${ANDROID_NETWORK_TOOLS_DECRYPTKEY1}"
+openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key.p12 -k "${ANDROID_NETWORK_TOOLS_DECRYPTKEY1}"
0 commit comments