You are here: Foswiki>Applications Web>AppHowToMain>AppHowToSignJar (13 Apr 2020, JuttaFitzek)Edit Attach

Quick Reference: Signing a JAR

Create a keystore (only once to have the certificate):
/usr/java/default/bin/keytool -genkey -storepass <keystore password> -keypass <key password> -alias <alias name>

Sign the JAR:
/usr/java/default/bin/jarsigner -storepass <keystore password> -keypass <key password> <JAR file> <alias name>

-- JuttaFitzek - 06 Jan 2015
Topic revision: r3 - 13 Apr 2020, JuttaFitzek
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback