Skip to content

Help with sign jar files #178

Closed Answered by ebourg
carlosspohr asked this question in Q&A
Oct 11, 2023 · 2 comments · 16 replies
Discussion options

You must be logged in to vote

I have implemented a provider that can be used with jarsigner, could you give it a try? Just build the latest version from the Git repository and run this (with Java 11 or higher):

jarsigner -J-cp -Jjsign-5.1-SNAPSHOT.jar -J--add-modules -Jjava.sql \
           -providerClass net.jsign.jca.JsignJcaProvider \
           -providerArg <ks_name> \
           -keystore NONE \
           -storetype GOOGLECLOUD \
           -storepass <api-access-token> \
           -keypass <keypass> \
           -certchain public-key.pem \
           app.jar <alias>

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
13 replies
@carlosspohr
Comment options

@ebourg
Comment options

Answer selected by ebourg
@carlosspohr
Comment options

@carlosspohr
Comment options

@ebourg
Comment options

@ebourg
Comment options

Comment options

You must be logged in to vote
3 replies
@ebourg
Comment options

@carlosspohr
Comment options

@ebourg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #177 on October 11, 2023 13:04.