diff -r 675a964f4eb5 -r 35751d3474b7 cryptoservices/certificateandkeymgmt/tder/example/root5ca/openssl.config --- a/cryptoservices/certificateandkeymgmt/tder/example/root5ca/openssl.config Tue Jul 21 01:04:32 2009 +0100 +++ b/cryptoservices/certificateandkeymgmt/tder/example/root5ca/openssl.config Thu Sep 10 14:01:51 2009 +0300 @@ -1,35 +1,35 @@ -[Root5CA] - -database = index.txt # index file. -new_certs_dir = . # new certs dir - -certificate = ../root5ca.pem # The CA cert -serial = serial # serial no file -private_key = ../root5ca_key.pem # CA private key -RANDFILE = rand # random number file - -default_days = 365 # how long to certify for -default_crl_days= 30 # how long before next CRL -default_md = md5 # md to use - -policy = policy_any # default policy -email_in_dn = no # Don't add the email into cert DN - -name_opt = ca_default # Subject name display option -cert_opt = ca_default # Certificate display option -copy_extensions = none # Don't copy extensions from request - -[policy_any] -countryName = supplied -stateOrProvinceName = optional -organizationName = optional -organizationalUnitName = optional -commonName = supplied -emailAddress = optional - -[ca_policy] -organizationName = supplied -commonName = supplied - -[Signing_Extensions] -extendedKeyUsage=codeSigning +[Root5CA] + +database = index.txt # index file. +new_certs_dir = . # new certs dir + +certificate = ../root5ca.pem # The CA cert +serial = serial # serial no file +private_key = ../root5ca_key.pem # CA private key +RANDFILE = rand # random number file + +default_days = 365 # how long to certify for +default_crl_days= 30 # how long before next CRL +default_md = md5 # md to use + +policy = policy_any # default policy +email_in_dn = no # Don't add the email into cert DN + +name_opt = ca_default # Subject name display option +cert_opt = ca_default # Certificate display option +copy_extensions = none # Don't copy extensions from request + +[policy_any] +countryName = supplied +stateOrProvinceName = optional +organizationName = optional +organizationalUnitName = optional +commonName = supplied +emailAddress = optional + +[ca_policy] +organizationName = supplied +commonName = supplied + +[Signing_Extensions] +extendedKeyUsage=codeSigning