Hello I recently deployed a Keycloak instance to Azure. I have a custom Keycloak image that I am able to deploy to Azure successfully. It runs locally fine. I am seeing an error in the Deployment logs for the Keycloak app saying,
2024-09-02T01:19:30.334512505Z Can't open /certs/cert.pfx for reading, No such file or directory
2024-09-02T01:19:30.334542407Z 127765015246656:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:69:fopen('/certs/cert.pfx','rb')
2024-09-02T01:19:30.334549107Z 127765015246656:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:76:
2024-09-02T01:19:30.345275498Z Can't open /certs/cert.pfx for reading, No such file or directory
2024-09-02T01:19:30.345510011Z 13916635279545
I realize the cert path is probably configured incorrectly in our app, but I have no idea on how to check in Azure. Any help is appreciated!