HOSTNAME = foo # The hostname HOME = . # Don't edit this RANDFILE = $ENV::HOME/.rnd # Don't edit this [ host_names ] # The list of hostnames by which this server is known DNS.0 = foo.cse.iitk.ac.in # DNS.1 = bar.cse.iitk.ac.in # DNS.2 = biz.cse.iitk.ac.in # .... ########################################################################## ## WARNING: Do not edit beyond this point (unless you know what you ## ## are doing) ## ########################################################################## [ subject_name ] 0.DC = in # Don't edit 1.DC = ac # Don't edit organizationName = iitk # Don't edit 0.organizationalUnitName = cse # Don't edit 1.organizationalUnitName = Server # Don't edit CN = $HOSTNAME # The host name. [ req ] distinguished_name = subject_name req_extensions = req_extn string_mask = nombstr prompt = no [ req_extn ] # Extensions put on requests. basicConstraints = critical, CA:FALSE keyUsage = critical, digitalSignature, keyEncipherment, dataEncipherment, keyAgreement subjectAltName = critical, @host_names