Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
ci: switch to env-based cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 3, 2019
1 parent ff9d8a8 commit fe0d0a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ install:
security create-keychain -p mynotsecretpassword build.keychain;
security default-keychain -s build.keychain;
security unlock-keychain -p mynotsecretpassword;
security import cert/solminer.p12 -P "$SOLMINER_P12_PASSWORD" -T /usr/bin/codesign;
openssl aes-256-cbc -K $encrypted_9a8a3e27a7e5_key -iv $encrypted_9a8a3e27a7e5_iv -in cert/solminer.p12.enc -out solminer.p12 -d;
security import solminer.p12 -P "$OSX_SOLMINER_P12_PASSWORD" -T /usr/bin/codesign;
rm -f solminer.p12;
security find-identity -v;
fi
- yarn
Expand Down
Binary file removed cert/solminer.p12
Binary file not shown.
Binary file added cert/solminer.p12.enc
Binary file not shown.

0 comments on commit fe0d0a3

Please sign in to comment.