We’re currently using Azure Key Vault to securely store code signing certificates. We are using Azure Sign Tool in CI/CD pipeline (Azure devops) to sign the files like exe and dlls without exposing the private key. However, our CI/CD pipeline also requires signing Java .jar files, and we’re unable to do so because tools like jarsigner and jsign require local access to the private key. Can Azure Sign Tool be enhanced to sign JAR files using certificates stored in Azure Key Vault? This would allow secure remote signing of Java artifacts without the need to download or exporting certificates from Azure Key Vault. This would help so much with automation in Azure environment.