Skip to content

Commit 997388a

Browse files
authored
Update README.md
1 parent d742a7f commit 997388a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ This script is highly dependent on the very awesome PowerShell App Deployment To
2020

2121
## Notes
2222
* This script installs both the 32-bit and 64-bit of Java which are often needed in an Enterprise environment. Why both? Some apps and browsers use the 32-bit version while some use the 64-bit version. It's just easier to install them both.
23+
* A few security settings are set and locked down which are required in my environment. Change to your taste if desired in deployment.properties located in the "Files" directory.
24+
* SSLv2Hello is disabled
25+
* TLSv1.0 is enabled
26+
* TLSv1.1 is disabled
27+
* TLSv1.2 is disabled

0 commit comments

Comments
 (0)