cryptoservices/certificateandkeymgmt/tx509/Data/extensions/openssl.cfg
changeset 8 35751d3474b7
parent 0 2c201484c85f
--- a/cryptoservices/certificateandkeymgmt/tx509/Data/extensions/openssl.cfg	Tue Jul 21 01:04:32 2009 +0100
+++ b/cryptoservices/certificateandkeymgmt/tx509/Data/extensions/openssl.cfg	Thu Sep 10 14:01:51 2009 +0300
@@ -1,42 +1,42 @@
-# openssl.cfg
-#
-# Config file for OpenSSL CA
-
-[ ca ]
-
-default_ca      = ca_default            # The default ca section
-
-[ ca1 ]
-
-dir            = .\ca1
-database       = $dir\index.txt         # index file.
-new_certs_dir  = $dir\certs             # new certs dir
-
-certificate    = $dir\cacert.pem        # The CA cert
-serial         = $dir\serial            # serial no file
-private_key    = $dir\private\cakey.pem # CA private key
-RANDFILE       = $dir\private\.rand     # random number file
-
-default_days   = 3650                   # how long to certify for
-default_crl_days= 30                    # how long before next CRL
-default_md     = md5                    # md to use
-
-policy         = ca_policy              # our policy
-email_in_dn    = no                     # Don't add the email into cert DN
-
-nameopt        = default_ca             # Subject name display option
-certopt        = default_ca             # Certificate display option
-copy_extensions = none                  # Don't copy extensions from request
-
-[req]
-distinguished_name = dname
-
-[ ca_policy ]
-
-organizationName       = supplied
-commonName             = supplied
-
-[ dname ]
-C=UK
-O=Symbian
-OU=Security - Test
+# openssl.cfg
+#
+# Config file for OpenSSL CA
+
+[ ca ]
+
+default_ca      = ca_default            # The default ca section
+
+[ ca1 ]
+
+dir            = .\ca1
+database       = $dir\index.txt         # index file.
+new_certs_dir  = $dir\certs             # new certs dir
+
+certificate    = $dir\cacert.pem        # The CA cert
+serial         = $dir\serial            # serial no file
+private_key    = $dir\private\cakey.pem # CA private key
+RANDFILE       = $dir\private\.rand     # random number file
+
+default_days   = 3650                   # how long to certify for
+default_crl_days= 30                    # how long before next CRL
+default_md     = md5                    # md to use
+
+policy         = ca_policy              # our policy
+email_in_dn    = no                     # Don't add the email into cert DN
+
+nameopt        = default_ca             # Subject name display option
+certopt        = default_ca             # Certificate display option
+copy_extensions = none                  # Don't copy extensions from request
+
+[req]
+distinguished_name = dname
+
+[ ca_policy ]
+
+organizationName       = supplied
+commonName             = supplied
+
+[ dname ]
+C=UK
+O=Symbian
+OU=Security - Test