# Empty AutoSscep configuration file
# just fill the value!!
### General option

# The directory that contains certificates
CertDir = ""

# The directory that contains the private keys
KeyDir = ""

# The number of expiration days before start enroll
DaysBeforeExpire = ""

# The directory that contains the CA's certificates
CADir = ""

# The bits for the modules
KeyBits = ""

# Signature algorithm (md5 or sha1)
SigAlgo = ""

### Info e debug option
# Possible values: yes or no.
Verbose = "yes"
Debug = "no"

ECommand =""



### CAs' data
# Define the CAs data
# Encryption algorithm: des, 3des or blowfish. Default: des

[CA]
DN = ""
URL = ""
CertFile = ""
EncCertFile = ""
EncAlgo = ""
VHost = ""
[/CA]

[Certificate]
CertFile = ""
KeyFile = ""

# cert's CA Data
    CADN = ""

# DN Data
Email = ""
Country = ""
State = ""
Location = ""
Organization = ""
OrgUnit = ""
CommonName = ""

[X509v3EXT]
key_usage = ""
subject_alt_name = ""
basic_constraints = ""
netscape_cert_type = ""
extended_key_usage = ""
netscape_comment = ""
[/X509v3EXT]

ReqCommand = ""
[/Certificate]