[Date Prev][Date Next] [Chronological] [Thread] [Top]

A quick question!



Hi All, 

can anybody tell when I have install OpenSSL I can see in my openssl.conf
that there are the following settings : 

####################################################################

[ ca ]
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
crl_dir         = $dir/crl              # Where the issued crl are kept
database        = $dir/index.txt        # database index file.
new_certs_dir   = $dir/newcerts         # default place for new certs.

certificate     = $dir/cacert.pem       # The CA certificate
serial          = $dir/serial           # The current serial number
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 extentions to add to the cert

etc...
.
.
.
.
####################################################################


the directory ./demoCA doen't exist in my OpenSSL directory must I create
this Directory or he certs-dir ....


thanks for help


regrards 
Ferruh