from wiki
This commit is contained in:
parent
33ca31c7d5
commit
b3d6d77289
1 changed files with 19 additions and 0 deletions
19
pages/PunchJavaForIPMI)
Normal file
19
pages/PunchJavaForIPMI)
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue