Docker image which helps building Windows installer for Java apps.
The osslsigncode is installed in the image.
# sign the installer
docker run --rm -v `pwd`:/mnt kwart/innosetup \
osslsigncode sign \
-n "App Name" -i http://app.url.org/ \
-certs /mnt/cert.crt -key /mnt/key.key \
-in /mnt/installer.exe \
-out /mnt/installer-signed.exe