tolbertam commented on code in PR #1805: URL: https://github.com/apache/cassandra-gocql-driver/pull/1805#discussion_r1730488291
########## testdata/pki/gocql.cnf: ########## @@ -0,0 +1,16 @@ +[req] +default_bits = 2048 +prompt = no +default_md = sha256 +distinguished_name = dn + +[dn] +CN = gocql + +[req_ext] +basicConstraints = CA:FALSE +keyUsage = digitalSignature, keyEncipherment +subjectAltName = @alt_names + +[alt_names] +URI = spiffe://test.cassandra.apache.org/cassandra-gocql-driver/integrationTest/gocql Review Comment: Note, I opted to include a URI:spiffe in the SAN of both the gocql and cassandra certificates as I intend to write a test that utilizes the mutual TLS feature introduced in 5.0. I will create a follow on PR for this later. I've already tried the feature out locally and it works great with gocql! -- 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]

