summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/openssl.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/doc/openssl.cnf')
-rw-r--r--src/lib/libssl/doc/openssl.cnf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/doc/openssl.cnf b/src/lib/libssl/doc/openssl.cnf
index ed4bde52e8..db95bb5c18 100644
--- a/src/lib/libssl/doc/openssl.cnf
+++ b/src/lib/libssl/doc/openssl.cnf
@@ -43,7 +43,7 @@ certs = $dir/certs # Where the issued certs are kept
43crl_dir = $dir/crl # Where the issued crl are kept 43crl_dir = $dir/crl # Where the issued crl are kept
44database = $dir/index.txt # database index file. 44database = $dir/index.txt # database index file.
45#unique_subject = no # Set to 'no' to allow creation of 45#unique_subject = no # Set to 'no' to allow creation of
46 # several ctificates with same subject. 46 # several certificates with same subject.
47new_certs_dir = $dir/newcerts # default place for new certs. 47new_certs_dir = $dir/newcerts # default place for new certs.
48 48
49certificate = $dir/cacert.pem # The CA certificate 49certificate = $dir/cacert.pem # The CA certificate
@@ -53,7 +53,7 @@ crlnumber = $dir/crlnumber # the current crl number
53crl = $dir/crl.pem # The current CRL 53crl = $dir/crl.pem # The current CRL
54private_key = $dir/private/cakey.pem# The private key 54private_key = $dir/private/cakey.pem# The private key
55 55
56x509_extensions = usr_cert # The extentions to add to the cert 56x509_extensions = usr_cert # The extensions to add to the cert
57 57
58# Comment out the following two lines for the "traditional" 58# Comment out the following two lines for the "traditional"
59# (and highly broken) format. 59# (and highly broken) format.
@@ -105,7 +105,7 @@ default_bits = 1024
105default_keyfile = privkey.pem 105default_keyfile = privkey.pem
106distinguished_name = req_distinguished_name 106distinguished_name = req_distinguished_name
107attributes = req_attributes 107attributes = req_attributes
108x509_extensions = v3_ca # The extentions to add to the self signed cert 108x509_extensions = v3_ca # The extensions to add to the self signed cert
109 109
110# Passwords for private keys if not present they will be prompted for 110# Passwords for private keys if not present they will be prompted for
111# input_password = secret 111# input_password = secret