Hi

     Facing issue while doing renewal of ssl certificate in Apache Tomcat
using below steps.


*Creating CSR:*


keytool -genkey -keyalg RSA -alias root -keystore "app.key"
keytool -certreq -alias root -keyalg RSA –file app.csr -keystore app.key

Another team is generating "cer" extension file by using above CSR.

Now I am importing app.cer using below step,

keytool -import -alias root -keystore app.key -trustcacerts -file app.cer


Now while opening application in browser, its saying "This CA Root
certificate is not trusted. To enable trust, install this certificate in
the Trusted Root Certification Authorities store".

Can any one please help on this?

Thanks in advance.

-- 
Regards,
M.Satheesh.
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to