Hi,

It is quite sometime that I worked on Apache tomcat. Don't you need to
mention the keysize?. Is it self-signed or purchased from third party? I
think, installing the new certificate and renewal involves the same steps.
This link may be helpful
http://support.filecatalyst.com/index.php?/Knowledgebase/Article/View/77/0/tomcat-csr-and-ssl-certificate-installation-or-renewal


Thanks,
Sikkandar.



On Mon, Jan 13, 2014 at 6:44 PM, masatheesh <[email protected]> wrote:

> 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
>
_______________________________________________
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