<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Openssl.cnf</id>
	<title>Openssl.cnf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Openssl.cnf"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Openssl.cnf&amp;action=history"/>
	<updated>2026-05-08T23:03:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Openssl.cnf&amp;diff=981&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot; #  # SSLeay example configuration file.  # This is mostly being used for generation of certificate requests.  #    RANDFILE                = .rnd    #########################...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Openssl.cnf&amp;diff=981&amp;oldid=prev"/>
		<updated>2014-09-15T06:05:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; #  # SSLeay example configuration file.  # This is mostly being used for generation of certificate requests.  #    RANDFILE                = .rnd    #########################...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; #&lt;br /&gt;
 # SSLeay example configuration file.&lt;br /&gt;
 # This is mostly being used for generation of certificate requests.&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 RANDFILE                = .rnd&lt;br /&gt;
 &lt;br /&gt;
 ####################################################################&lt;br /&gt;
 [ ca ]&lt;br /&gt;
 default_ca      = CA_default            # The default ca section&lt;br /&gt;
 &lt;br /&gt;
 ####################################################################&lt;br /&gt;
 [ CA_default ]&lt;br /&gt;
 &lt;br /&gt;
 dir             = demoCA                # Where everything is kept&lt;br /&gt;
 certs           = $dir\certs            # Where the issued certs are kept&lt;br /&gt;
 crl_dir         = $dir\crl              # Where the issued crl are kept&lt;br /&gt;
 database        = $dir\index.txt        # database index file.&lt;br /&gt;
 new_certs_dir   = $dir\newcerts         # default place for new certs.&lt;br /&gt;
 &lt;br /&gt;
 certificate     = $dir\cacert.pem          # The CA certificate&lt;br /&gt;
 serial          = $dir\serial              # The current serial number&lt;br /&gt;
 crl             = $dir\crl.pem             # The current CRL&lt;br /&gt;
 private_key     = $dir\private\cakey.pem   # The private key&lt;br /&gt;
 RANDFILE        = $dir\private\private.rnd # private random number file&lt;br /&gt;
 &lt;br /&gt;
 x509_extensions = x509v3_extensions     # The extentions to add to the cert&lt;br /&gt;
 default_days    = 365                   # how long to certify for&lt;br /&gt;
 default_crl_days= 30                    # how long before next CRL&lt;br /&gt;
 default_md      = md5                   # which md to use.&lt;br /&gt;
 preserve        = no                    # keep passed DN ordering&lt;br /&gt;
 &lt;br /&gt;
 # A few difference way of specifying how similar the request should look&lt;br /&gt;
 # For type CA, the listed attributes must be the same, and the optional&lt;br /&gt;
 # and supplied fields are just that :-)&lt;br /&gt;
 policy          = policy_match&lt;br /&gt;
 &lt;br /&gt;
 # For the CA policy&lt;br /&gt;
 [ policy_match ]&lt;br /&gt;
 countryName             = optional&lt;br /&gt;
 stateOrProvinceName     = optional&lt;br /&gt;
 organizationName        = optional&lt;br /&gt;
 organizationalUnitName  = optional&lt;br /&gt;
 commonName              = supplied&lt;br /&gt;
 emailAddress            = optional&lt;br /&gt;
 &lt;br /&gt;
 # For the &amp;#039;anything&amp;#039; policy&lt;br /&gt;
 # At this point in time, you must list all acceptable &amp;#039;object&amp;#039;&lt;br /&gt;
 # types.&lt;br /&gt;
 [ policy_anything ]&lt;br /&gt;
 countryName             = optional&lt;br /&gt;
 stateOrProvinceName     = optional&lt;br /&gt;
 localityName            = optional&lt;br /&gt;
 organizationName        = optional&lt;br /&gt;
 organizationalUnitName  = optional&lt;br /&gt;
 commonName              = supplied&lt;br /&gt;
 emailAddress            = optional&lt;br /&gt;
 &lt;br /&gt;
 ####################################################################&lt;br /&gt;
 [ req ]&lt;br /&gt;
 default_bits            = 1024&lt;br /&gt;
 default_keyfile         = privkey.pem&lt;br /&gt;
 distinguished_name      = req_distinguished_name&lt;br /&gt;
 attributes              = req_attributes&lt;br /&gt;
 &lt;br /&gt;
 [ req_distinguished_name ]&lt;br /&gt;
 countryName                     = Country Name (2 letter code)&lt;br /&gt;
 countryName_min                 = 2&lt;br /&gt;
 countryName_max                 = 2&lt;br /&gt;
 &lt;br /&gt;
 stateOrProvinceName             = State or Province Name (full name)&lt;br /&gt;
 &lt;br /&gt;
 localityName                    = Locality Name (eg, city)&lt;br /&gt;
 &lt;br /&gt;
 0.organizationName              = Organization Name (eg, company)&lt;br /&gt;
 &lt;br /&gt;
 organizationalUnitName          = Organizational Unit Name (eg, section)&lt;br /&gt;
 &lt;br /&gt;
 commonName                      = Common Name (eg, your website&amp;#039;s domain name)&lt;br /&gt;
 commonName_max                  = 64&lt;br /&gt;
 &lt;br /&gt;
 emailAddress                    = Email Address&lt;br /&gt;
 emailAddress_max                = 40&lt;br /&gt;
 &lt;br /&gt;
 [ req_attributes ]&lt;br /&gt;
 challengePassword               = A challenge password&lt;br /&gt;
 challengePassword_min           = 4&lt;br /&gt;
 challengePassword_max           = 20&lt;br /&gt;
 &lt;br /&gt;
 [ x509v3_extensions ]&lt;br /&gt;
 &lt;br /&gt;
 # under ASN.1, the 0 bit would be encoded as 80&lt;br /&gt;
 nsCertType                      = 0x40&lt;br /&gt;
 &lt;br /&gt;
 #nsBaseUrl&lt;br /&gt;
 #nsRevocationUrl&lt;br /&gt;
 #nsRenewalUrl&lt;br /&gt;
 #nsCaPolicyUrl&lt;br /&gt;
 #nsSslServerName&lt;br /&gt;
 #nsCertSequence&lt;br /&gt;
 #nsCertExt&lt;br /&gt;
 #nsDataType&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>