Commit e04627ad authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 00867b77
...@@ -48,11 +48,11 @@ database = $dir/index.txt # database index file. ...@@ -48,11 +48,11 @@ database = $dir/index.txt # database index file.
# several ctificates with same subject. # several ctificates with same subject.
new_certs_dir = $dir/newcerts # default place for new certs. new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate certificate = $dir/cacert.pem # The CA certificate
serial = $dir/serial # The current serial number serial = $dir/serial # The current serial number
crlnumber = $dir/crlnumber # the current crl number crlnumber = $dir/crlnumber # the current crl number
# must be commented out to leave a V1 CRL # must be commented out to leave a V1 CRL
crl = $dir/crl.pem # The current CRL crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem# The private key private_key = $dir/private/cakey.pem# The private key
RANDFILE = $dir/private/.rand # private random number file RANDFILE = $dir/private/.rand # private random number file
...@@ -60,8 +60,8 @@ x509_extensions = usr_cert # The extentions to add to the cert ...@@ -60,8 +60,8 @@ x509_extensions = usr_cert # The extentions to add to the cert
# Comment out the following two lines for the "traditional" # Comment out the following two lines for the "traditional"
# (and highly broken) format. # (and highly broken) format.
name_opt = ca_default # Subject Name options name_opt = ca_default # Subject Name options
cert_opt = ca_default # Certificate field options cert_opt = ca_default # Certificate field options
# Extension copying option: use with caution. # Extension copying option: use with caution.
# copy_extensions = copy # copy_extensions = copy
...@@ -105,7 +105,7 @@ emailAddress = optional ...@@ -105,7 +105,7 @@ emailAddress = optional
#################################################################### ####################################################################
[ req ] [ req ]
default_bits = 1024 default_bits = 1024
default_keyfile = privkey.pem default_keyfile = privkey.pem
distinguished_name = req_distinguished_name distinguished_name = req_distinguished_name
attributes = req_attributes attributes = req_attributes
x509_extensions = v3_ca # The extentions to add to the self signed cert x509_extensions = v3_ca # The extentions to add to the self signed cert
...@@ -331,7 +331,7 @@ default_tsa = tsa_config1 # the default TSA section ...@@ -331,7 +331,7 @@ default_tsa = tsa_config1 # the default TSA section
dir = ./demoCA # TSA root directory dir = ./demoCA # TSA root directory
serial = $dir/tsaserial # The current serial number (mandatory) serial = $dir/tsaserial # The current serial number (mandatory)
crypto_device = builtin # OpenSSL engine to use for signing crypto_device = builtin # OpenSSL engine to use for signing
signer_cert = $dir/tsacert.pem # The TSA signing certificate signer_cert = $dir/tsacert.pem # The TSA signing certificate
# (optional) # (optional)
certs = $dir/cacert.pem # Certificate chain to include in reply certs = $dir/cacert.pem # Certificate chain to include in reply
# (optional) # (optional)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment