Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Sign the application #85

Open
iffy opened this issue Apr 18, 2017 · 0 comments
Open

Sign the application #85

iffy opened this issue Apr 18, 2017 · 0 comments

Comments

@iffy
Copy link
Owner

iffy commented Apr 18, 2017

For testing, this works:

pip install humancrypto
humancrypto rsa create-private /tmp/foobar.key
humancrypto rsa self-signed-cert --common-name foobar /tmp/foobar.key /tmp/foobar.crt
openssl pkcs12 -export -out /tmp/foobar.pfx -inkey /tmp/foobar.key -in /tmp/foobar.crt -passout pass:foobar
export CSC_LINK="/tmp/foobar.pfx" CSC_KEY_PASSWORD="foobar" CSC_IDENTITY_AUTO_DISCOVERY="false"
build --win --mac --linux --ia32 --x64
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant