An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
Hello Lucian Hanga,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having Let's Encrypt Certificate with Key Vault and Azure App Service Import Issues.
ECC/ECDSA certs cannot be imported from Key Vault into App Service. Though it worked with App Service when uploaded as a PFX - https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate
The best practice if you need Key Vault > App Service auto‑sync: use RSA (PFX). RSA‑2048 is the standard and widely compatible, RSA‑3072/4096 also work if you prefer stronger keys. - https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate If you must use ECDSA end‑to‑end, upload the ECDSA PFX directly to App Service (not from Key Vault), since upload is supported even though Key Vault import isn’t. - https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.