Skip to content

Commit

Permalink
Merge pull request #214 from estebanlm/add-pharo-certificates
Browse files Browse the repository at this point in the history
Add pharo certificates
  • Loading branch information
fniephaus committed Feb 6, 2018
2 parents 12b7998 + 1dee244 commit d79c835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/pack-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
elif [[ "${FLAVOR}" == "pharo"* ]]; then
path_cer="${DEPLOY_DIR}/pharo/pharo.cer"
path_p12="${DEPLOY_DIR}/pharo/pharo.p12"
# openssl aes-256-cbc -k "${PHARO_SIGN_PASSWORD}" -in "${path_cer}.enc" -out "${path_cer}" -d
# openssl aes-256-cbc -k "${PHARO_SIGN_PASSWORD}" -in "${path_p12}.enc" -out "${path_p12}" -d
# macos_codesign "${APP_DIR}" "${path_cer}" "${path_p12}" "${PHARO_CERT_PASSWORD}" "${PHARO_SIGN_IDENTITY}"
openssl aes-256-cbc -k "${PHARO_SIGN_PASSWORD}" -in "${path_cer}.enc" -out "${path_cer}" -d
openssl aes-256-cbc -k "${PHARO_SIGN_PASSWORD}" -in "${path_p12}.enc" -out "${path_p12}" -d
macos_codesign "${APP_DIR}" "${path_cer}" "${path_p12}" "${PHARO_CERT_PASSWORD}" "${PHARO_SIGN_IDENTITY}"
elif [[ "${FLAVOR}" == "newspeak"* ]]; then
NEW_APP_DIR="${PRODUCTS_DIR}/Newspeak.app"
mv "${APP_DIR}" "${NEW_APP_DIR}"
Expand Down
Binary file modified deploy/pharo/pharo.cer.enc
Binary file not shown.
Binary file modified deploy/pharo/pharo.p12.enc
Binary file not shown.

0 comments on commit d79c835

Please sign in to comment.