mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Add example for Java security properties
This commit is contained in:
12
misc/security.properties
Normal file
12
misc/security.properties
Normal file
@@ -0,0 +1,12 @@
|
||||
# https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#DisabledAlgorithms
|
||||
# https://tersesystems.com/2014/01/13/fixing-the-most-dangerous-code-in-the-world/
|
||||
# http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7133344
|
||||
# http://www.oracle.com/technetwork/java/javase/7u76-relnotes-2389087.html
|
||||
#
|
||||
# To load this file in a JVM, use the "java.security.properties" system property.
|
||||
#
|
||||
# Example: java -Djava.security.properties=/path/to/security.properties -jar /path/to/graylog.jar server
|
||||
#
|
||||
# jdk.tls.disabledAlgorithms=SSLv2Hello, SSLv3, TLSv1, TLSv1.1
|
||||
# jdk.tls.disabledAlgorithms=SSLv2Hello, SSLv3, TLSv1, TLSv1.1, EC keySize < 160, RSA keySize < 2048, DSA keySize < 2048
|
||||
# jdk.certpath.disabledAlgorithms=MD2, MD4, MD5, EC keySize < 160, RSA keySize < 2048, DSA keySize < 2048
|
||||
Reference in New Issue
Block a user