Skip to content

Instantly share code, notes, and snippets.

@derjohn
Created September 15, 2023 14:38
Show Gist options
  • Save derjohn/be7e6b716a7d15ee80d1449d59877463 to your computer and use it in GitHub Desktop.
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.
#!/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