Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleNew Configuration
 client/server_encryption_options:
	        ssl_context_factory:
         	       class_name: org.apache.cassandra.security.YourSslContextFactoryImpl
         	       parameters:
                    	    key1: "value1"
                       	 key2: "value2"
                 	       key3: "value3"


New ISslContextFactory interface

...