1[ req ] 2default_bits = 1024 3days = 9999 4distinguished_name = req_distinguished_name 5attributes = req_attributes 6prompt = no 7x509_extensions = v3_ca 8 9[ req_distinguished_name ] 10C = US 11ST = CA 12L = SF 13O = Joyent 14OU = Node.js 15CN = agent1 16emailAddress = ry@tinyclouds.org 17 18[ req_attributes ] 19challengePassword = A challenge password 20 21[ v3_ca ] 22authorityInfoAccess = @issuer_info 23 24[ issuer_info ] 25OCSP;URI.0 = http://ocsp.nodejs.org/ 26caIssuers;URI.0 = http://ca.nodejs.org/ca.cert 27