From da6c2f987276d69df2eed1ffcb07d0222d6c7607 Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Wed, 18 Mar 2020 21:09:39 -0500 Subject: [PATCH] update guide --- Debian/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debian/README.md b/Debian/README.md index d32d1eb..47cbfff 100644 --- a/Debian/README.md +++ b/Debian/README.md @@ -5,12 +5,12 @@ sudo apt install openjdk-11-jre ``` -2. Go to the security directory where you installed java: +2. Use your favorite text editor to open java.security at the path below: ``` /etc/java/security/java.security ``` -3. Comment out the line in ../security/java.security: +3. Comment out the line in java.security: ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ```