default_md = sha512 # use public key default MD
preserve = no # keep passed DN ordering
-x509_extensions = ca_extensions # The extensions to add to the cert
-
unique_subject = no
email_in_dn = no # Don't concat the email in the DN
copy_extensions = copyall # Required to copy SANs from CSR to cert
serial = $dir/serial
certificate = $dir/ca.crt
-policy = policy_match
+x509_extensions = ca_extensions
+policy = ca_match
+
+[ ca_extensions ]
+crlDistributionPoints=URI:http://www.somenet.org/somenet.crl
-[ policy_match ]
+[ ca_match ]
organizationName = match
countryName = optional
stateOrProvinceName = optional