| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A convenient Docker image for code signing with JSign
This repository builds and publishes Docker images that package JSign - a powerful Java-based code signing tool. The image is built using jpackage to provide a streamlined command-line experience for all your code signing needs.
# Pull the latest image
docker pull ghcr.io/FourCoreLabs/jsign-docker:latest
# Run JSign with your parameters
docker run --rm -v $(pwd):/work ghcr.io/FourCoreLabs/jsign-docker jsign [options]docker run --rm \
-v $(pwd):/work \
ghcr.io/FourCoreLabs/jsign-docker \
jsign --keystore mycert.pfx \
--storepass mypassword \
--storetype PKCS12 \
--tsaurl http://timestamp.digicert.com \
myapplication.exeEach image is tagged with both:
This Docker packaging is provided under MIT license. JSign itself is licensed under Apache License 2.0.
| Back | FazBrowse Home | New Git URL |