When you try to send a request from Linux container via HttpClient, depends on
target URI, request will fail and throw an exception with SSL Handshake with
OpenSSL error - SSL_ERROR_SSL.
Last post [https://benji.ltd/extract-certificate-from-azure-key-vault/] we
manage to extract certificate from Azure KeyVault. Thing is, using such method
will only retrieve Public Key of certificate. It is not possible to retrieve
Private
Last post [https://benji.ltd/extract-certificate-from-azure-key-vault/] we
talked about how to use C# to extract Azure Key Vault credentials. Further more
it's ideal to run without problem on localhost, but when you deploy
Azure KeyVault is a really good place for those who host their applications or
kubernetes pool on Azure. It can saftly guard your Keys, Secrets and
Certificates.
We are moving our payment service