Hi all, I am using IBM Cloud Secrets Manager to request public TLS certificates from Let’s Encrypt. My certificates are being issued successfully. The certificate chain I currently get looks like this: End-entity certificate: RSA 2048 Intermediate certificate: RSA 2048 Root certificate: RSA 4096 When I try to use this certificate chain with AWS (Keycloak exposed on the internet), AWS rejects the chain. Their support explained that: “On further analysis, we understand that you have three c...