RE: setting CA certificate expiration to more than 30 days through conf file

2004-09-08 Thread IB
>through conf file > > >On Wed, Sep 08, 2004, IB wrote: > >> I'd like to create an own CA certificate that will last for more than 30 >> days. >> I tried to add the default_days attribute into [ req ] section but this >> attribute >> never g

RE: setting CA certificate expiration to more than 30 days through conf file

2004-09-08 Thread IB
request doesn't expire. The default_days is used in the CA >section when making a certificate from a request. > > >On Sep 8, 2004, at 5:29 PM, IB wrote: > >> I'd like to create an own CA certificate that will last for more than >> 30 >> days. >> I t

setting CA certificate expiration to more than 30 days through conf file

2004-09-08 Thread IB
I'd like to create an own CA certificate that will last for more than 30 days. I tried to add the default_days attribute into [ req ] section but this attribute never gets applied. However, if I set "-days" through a CLI (command line) everything work fine. Any thoughts? hints? ___