maulin-vasavada commented on code in PR #2253: URL: https://github.com/apache/cassandra/pull/2253#discussion_r1158815040
########## conf/cassandra.yaml: ########## @@ -1360,6 +1360,7 @@ server_encryption_options: # during upgrade to 4.0; otherwise, set to false. legacy_ssl_storage_port_enabled: false # Set to a valid keystore if internode_encryption is dc, rack or all + # For configurating PEM based key material, refer to https://cassandra.apache.org/doc/latest/cassandra/operating/security.html#using-pem-based-key-material Review Comment: Thanks @maedhroz for the input. I like that idea. Changed the documentation like suggested. Please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

