# # OpenSSL example configuration file. # This is mostly being used for generation of certificate requests. # # Adapted from the one provided by the openssl project. RANDFILE = $ENV::HOME/.rnd [ req ] default_bits = 1024 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes [ req_distinguished_name ] countryName = Country Name countryName_default = XX stateOrProvinceName = State or Province Name (full name) # stateOrProvinceName_default = Some-State localityName = Locality Name (eg, city) 0.organizationName = Organization Name (eg, company) organizationalUnitName = Organizational Unit Name (eg, section) commonName = Common Name (eg, YOUR name) emailAddress = Email Address [ req_attributes ] challengePassword = A challenge password challengePassword_min = 4 challengePassword_max = 20