I am trying to create a certificate with specific starting and ending dates. I 
searched around and it seems the parameter for -startdate from x509 is 
YYMMDDHHMMSSZ but when i tried to put the parameter:
"-startdate 091119111506Z" i get unknown option 091119111506Z error. The 
statement in the script is something like:
openssl x509 -req -sha1 ${DAYSTILLEXPIRE} ${STARTDATE} ......
DAYSTILLEXPIRE is "-days 10" and that works fine but it doesnt like the 
parameters i put for STARTDATE.... anyone can help me out? thanks!



      
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to