Hi @Jeet!
"AzureKeyVault" in KeyStore azureKeyVaultKeyStore = KeyStore.getInstance("AzureKeyVault") is part of the Key Vault Credentials that enable the Spring Boot app to perform the load action for the TLS/SSL certificate. These credentials are set in the application.properties configuration file.
In the application.properties configuration file, the only properties that need to be supplied by you are the server.ssl.key-alias
and the azure.keyvault.uri
. Both the server.ssl.key-store-type
and the server.ssl.trust-store-type
must be the value "AzureKeyVault" and do not require any further value be provided.
I hope this helps!
Best,
Jessica
Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.