[AG-TECH] Re: certificate issues

Matthew Martinez matthew at biochem.uthscsa.edu
Thu Jun 17 09:35:57 CDT 2004


> They typically should be; I think the default is to make the starting time
> the  current time. How are you creating them?
>
> At 09:29 AM 6/17/2004, you wrote:
>>i understand now, i apologize. my certificates don't become valid till
>> the
>>next day. i thought they became valid as soon as they were signed. the
>>timestamps don't match up, you are right. my apologies.
>
i'm creating them with these three commands:

matthew at biochem:~/ca$ openssl req -new -keyout <filename_key.pem> -out
<filename_req.pem> -days 360 -config openssl.cnf


matthew at biochem:~/ca$ cat <filename_key.pem> <filename_req.pem> >
<filename.pem>


matthew at biochem:~/ca$ openssl ca -out <filename_cert.pem> -config
openssl2.cnf -infiles <filname.pem>




More information about the ag-tech mailing list