1[ req ] 2days = 9999 3distinguished_name = req_distinguished_name 4attributes = req_attributes 5prompt = no 6output_password = password 7x509_extensions = v3_ca 8 9[ req_distinguished_name ] 10C = US 11ST = CA 12L = SF 13O = The Node.js Foundation 14OU = Node.js 15CN = ca6 16emailAddress = ca6@example.org 17 18[ req_attributes ] 19challengePassword = A challenge password 20 21[ v3_ca ] 22basicConstraints = CA:TRUE 23