Navigation


Changeset 46:5719368fe1ff in freeDiameter for contrib/ca_script2/openssl.cnf


Ignore:
Timestamp:
Nov 27, 2009, 2:26:41 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Simplified structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/ca_script2/openssl.cnf

    r45 r46  
    6060
    6161dir             = $ENV::CA_ROOT_DIR     # Where everything is kept
    62 certs           = $dir/certs            # Where the issued certs are kept
    63 crl_dir         = $dir/crl              # Where the issued crl are kept
     62certs           = $dir/public           # Where the issued certs are kept
     63crl_dir         = $dir/public           # Where the issued crl are kept
    6464database        = $dir/index.txt        # database index file.
    6565#unique_subject = no                    # Set to 'no' to allow creation of
    6666                                        # several ctificates with same subject.
    67 new_certs_dir   = $dir/newcerts         # default place for new certs.
     67new_certs_dir   = $dir/public           # default place for new certs.
    6868
    69 certificate     = $dir/public-www/cacert.pem    # The CA certificate
     69certificate     = $dir/public/cacert.pem        # The CA certificate
    7070serial          = $dir/serial           # The current serial number
    7171crlnumber       = $dir/crlnumber        # the current crl number
    72 crl             = $dir/public-www/crl.pem               # The current CRL
     72crl             = $dir/public/crl.pem           # The current CRL
    7373private_key     = $dir/private/cakey.pem        # The private key
    7474x509_extensions = usr_cert              # The extentions to add to the cert
Note: See TracChangeset for help on using the changeset viewer.