iffy / lhtml

An app for working with local HTML files.
Apache License 2.0
85 stars 4 forks source link

Sign the application #85

Open iffy opened 7 years ago

iffy commented 7 years ago

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