Spelling corrections in openssl.cnf $ git diff apps/openssl.cnf diff --git a/apps/openssl.cnf b/apps/openssl.cnf index ccc21a2..c861dd4 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -40,12 +40,12 @@ default_ca = CA_default # The default ca section [ CA_default ]
dir = ./demoCA # Where everything is kept -certs = $dir/certs # Where the issued certs are kept +certs = $dir/certs # Where the issued certificates are kept crl_dir = $dir/crl # Where the issued crl are kept database = $dir/index.txt # database index file. #unique_subject = no # Set to 'no' to allow creation - # several ctificates with same subject. -new_certs_dir = $dir/newcerts # default place for new certs. + # several certificates with same subject +new_certs_dir = $dir/newcerts # default place for new certificates. certificate = $dir/cacert.pem # The CA certificate serial = $dir/serial # The current serial number @@ -55,7 +55,7 @@ crl = $dir/crl.pem # The current CRL private_key = $dir/private/cakey.pem# The private key RANDFILE = $dir/private/.rand # private random number file -x509_extensions = usr_cert # The extensions to add to the c +x509_extensions = usr_cert # The extensions to add to the c # Comment out the following two lines for the "traditional" # (and highly broken) format. @@ -136,7 +136,7 @@ stateOrProvinceName_default = Some-State localityName = Locality Name (eg, city) 0.organizationName = Organization Name (eg, company) -0.organizationName_default = Internet Widgits Pty Ltd +0.organizationName_default = Internet Widgets Pty Ltd # we can do this but it is not needed normally :-) #1.organizationName = Second Organization Name (eg, company)
diff --git a/apps/openssl.cnf b/apps/openssl.cnf index ccc21a2..c861dd4 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -40,12 +40,12 @@ default_ca = CA_default # The default ca section [ CA_default ] dir = ./demoCA # Where everything is kept -certs = $dir/certs # Where the issued certs are kept +certs = $dir/certs # Where the issued certificates are kept crl_dir = $dir/crl # Where the issued crl are kept database = $dir/index.txt # database index file. #unique_subject = no # Set to 'no' to allow creation of - # several ctificates with same subject. -new_certs_dir = $dir/newcerts # default place for new certs. + # several certificates with same subject. +new_certs_dir = $dir/newcerts # default place for new certificates. certificate = $dir/cacert.pem # The CA certificate serial = $dir/serial # The current serial number @@ -55,7 +55,7 @@ crl = $dir/crl.pem # The current CRL private_key = $dir/private/cakey.pem# The private key RANDFILE = $dir/private/.rand # private random number file -x509_extensions = usr_cert # The extensions to add to the cert +x509_extensions = usr_cert # The extensions to add to the certificate # Comment out the following two lines for the "traditional" # (and highly broken) format. @@ -136,7 +136,7 @@ stateOrProvinceName_default = Some-State localityName = Locality Name (eg, city) 0.organizationName = Organization Name (eg, company) -0.organizationName_default = Internet Widgits Pty Ltd +0.organizationName_default = Internet Widgets Pty Ltd # we can do this but it is not needed normally :-) #1.organizationName = Second Organization Name (eg, company)
