Settings to create Timestamping Authority certificate signing request

2009-06-04 Thread Pablo Rogina
Hi! I would need to know what arguments or settings in configuration file to use while create a certificate signing request for a Timestamping Authority (TSA) (per RFC3161). I guess that X509v3 Extended Key Usage must be timeStamp but don't know how to set it. Thanks in advance. Pablo Rogina

Re: Settings to create Timestamping Authority certificate signing request

2009-06-06 Thread Pablo Rogina
Hey Brad, thank you for your response. It worked well. I've just had to uncomment this line: # This is required for TSA certificates. extendedKeyUsage = critical,timeStamping just for creating the TSA certificate in order to be used by mod_tsa under Apache (www.opentsa.org) Regards, Pablo