#
# 96/11/11      @(#)cert_directive      1.3
# 

#
# This is a sample certificate directive file. 
#

# the id of the signer

issuer.name=Bela

# the cert to use for the signing (this is where it gets it DN)

issuer.cert=1

# the id of the subject

subject.name=Bela

# the components of the X500 name for the subject

subject.real.name=Bela
subject.org.unit=CS Dept
subject.org=Cornell University
subject.country=US

# Various parameters: start and end date for validity and expiration
# of the certificate. Serial number. File to which to output the
# certificate (optional).

start.date=15 Sept 1996
end.date=1 Sept 1999
serial.number=322649
out.file=Bela.x509

