fix markdown

This commit is contained in:
Kyle Hagerty 2020-03-17 14:08:08 -05:00
parent f44938f7a5
commit 68216269e7

View File

@ -8,20 +8,17 @@ https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
## How to use the iDRAC Java KVM console ## 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 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\ C:\Program Files\Java\jre1.8.0_xyz\lib\security\
``` ```
3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security: 3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security:
``` ```
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
``` ```