Hi We are using Amazon S3 as Image Store.
We have a Web application (java + liberty server) from where we upload the images in Amazon S3 using HTTPS. We store the SSL Certificate From Amazon S3 in our server Keystore.
The issue we didn't know when certificate get Expires or we keep checking for update and update our Server Keystore with the new certificate.
Is there any other solution we can so that we don't want rely on the expiration of certificate or any best practice
Thanks in advance