BusinessObjects Board

SSL Renewal process on Tomcat

HI Expoerts

we are on 4.2 SP8 P10

its time for us to renewal SSL certificate on windows servers

in 2020 we did setup SSL on tomcat (windows), and now its time to renew SSL. Our CA team gave a new chain certificate and regular certificate to import into the system. When we try to import certificated through keytool we get already files that exist in the system error.

keytool -import -alias root -keystore D:\SSL\xxx.keystore -trustcacerts -file D:\SSL\xxx_chainwithcertificate.cer

It will great help if someone can help us to renew the SSL

Thanks
SJ

I hope you did it somehow :slight_smile:
I always download it from CA in .pfx/pkcs format (without keytool operation) and then directly modify the server.xml accordingly
T.