> Just want to ask if how to make a root.der certificate > to extend to more that one month?
To get certificates valid for one year, when you request the cert in your script, stick in a "-days 365": openssl req -new -x509 -days 365 -keyout newreq.pem -out newreq.pem -passin pass:whatever -passout pass:whatever Also try changing "default_days" in your openssl.conf Puneet _______________________________________________ No banners. No pop-ups. No kidding. Introducing My Way - http://www.myway.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
