diff --git a/Windows/README.md b/Windows/README.md index 058b9b4..31e2404 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -8,20 +8,17 @@ https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6 ## How to use the iDRAC Java KVM console -1. Download and install the latest java version 8: - +1. Download and install the latest java version 8 ``` https://java.com/en/download/manual.jsp ``` -2. Go to the security directory where you installed java, xyz is your current version: - +2. Go to the security directory where you installed java, xyz is your current version ``` C:\Program Files\Java\jre1.8.0_xyz\lib\security\ ``` 3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security: - ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ```