hello all,
 
sorry if my question sounds confusing, its fairly simple but I haven't been able to find the option when I create a self signed cert to send the expiration date on the new cert.
 
after generating my key using  
  openssl genrsa -rand rand.dat > key.pem
i use
   openssl req -new -x509 -key key.pem -out dummy.pem
 
where dummy.pem is my new dummy self signed certificate.
 
the cert works out just fine, the problem is that the expiration date is a month away.  How can I change this to like 2 years away?
 
john castillo

Reply via email to