diff --git a/pages/PunchJavaForIPMI) b/pages/PunchJavaForIPMI) new file mode 100644 index 0000000..3feebf0 --- /dev/null +++ b/pages/PunchJavaForIPMI) @@ -0,0 +1,19 @@ +# Punch Certs for Web-Based IPMI (on a Mac) + +Web-Based access to IPMI on SuperMicros gives Java security exceptions, a joke in itself. How to disable? + +``` +cd /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/ +``` + +edit java.security and remove MD5 from + +``` +jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024 +``` + +and remove MD5withRSA + +``` +jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768 +``` \ No newline at end of file