Technical information
Chapter 2: AT+i Commands Reference
May 31, 2008 AT+i Commands Reference Manual 2-97
x509_extensions = certificate_extensions
[ CA_default_policy ]
commonName = supplied
stateOrProvinceName = supplied
countryName = supplied
emailAddress = supplied
organizationName = supplied
organizationalUnitName = optional
[ certificate_extensions ]
basicConstraints = CA:false
[ req ]
dir = /testCA
default_bits = 1024
default_keyfile = $dir/private/caprivkey.pem
default_md = md5
prompt = no
distinguished_name = root_ca_DN
x509_extensions = root_ca_extensions
[ root_ca_DN ]
commonName = Common Name # Server name or YOUR
name
stateOrProvinceName = My State
countryName = US # 2 Letter Code
emailAddress = myemail@mydomain.com # Your Email Address
organizationName = My Organization
organizationalUnitName = Organization Unit # Unit Name (ie,
section)
[ root_ca_extensions ]
basicConstraints = CA:true
Note that both dir entries under [CA_default] and [req] must be set to the path to the testCA
directory created earlier. The root_ca_DN section can be changed to enter information specific to
your organization.










