Created
September 15, 2023 14:38
-
-
Save derjohn/be7e6b716a7d15ee80d1449d59877463 to your computer and use it in GitHub Desktop.
Runs unsigned jnlps or those with a weak signature. Like the jviewer kvm shit from supermicro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
JNLP=${1:-'./jviewer.jnlp'} | |
javaws -nosecurity -noupdate -verbose -property deployment.security.level=ALLOW_UNSIGNED -property deployment.security.itw.ignorecertissues=true -jnlp ${JNLP} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment