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