💾 Archived View for freeshell.de › tldr › jarsigner.gmi captured on 2023-01-29 at 04:56:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Sign and verify Java Archive (JAR) files.
jarsigner {path/to/file.jar} {keystore_alias}
jarsigner -sigalg {algorithm} {path/to/file.jar} {keystore_alias}
jarsigner -verify {path/to/file.jar}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).