Using SSL/HTTPS with Keycloak

Hi All,

I have my app running on docker and I am using keycloak for authentication/authorization.

Currently, when I hit sign in on my app, I can access the login page from keycloak and log in successfully with HTTP (Not secure).

However when I try to use HTTPS in my docker-compose.xml I am having issues to find the certificates.

I have installed the certificates in Keycloak server and I need to know how to make my application aware/visible on those certificates.

Thanks in advance.