vitess.io/vitess@v0.16.2/java/grpc-client/src/test/resources/ca.config (about) 1 [ req ] 2 default_bits = 1024 3 default_keyfile = keyfile.pem 4 distinguished_name = req_distinguished_name 5 attributes = req_attributes 6 prompt = no 7 output_password = mypass 8 [ req_distinguished_name ] 9 C = US 10 ST = California 11 L = Mountain View 12 O = Google 13 OU = Vitess 14 CN = localhost 15 emailAddress = test@email.address 16 [ req_attributes ] 17 challengePassword = A challenge password