❔ Load Certificate from Azure Key Vault as memorystream
I have a code that works perfect when testing it local and set my certificates as paths.
When uploading it on Azure it do not work to use the path. My guess is that I have to upload the certificates on Key Vault and call the certificates from there.
I'm using .NET Core Web App
In the Nugget from Swish you can enter the certificate as direct path or as a stream.
Do anyone have a solution how to fix this?
Have a look at this files :
https://github.com/RickardPettersson/swish-api-csharp/blob/master/SwishApi/Models/ClientCertificate.cs
https://github.com/RickardPettersson/swish-api-csharp/blob/master/SwishApi/PayoutClient.cs
https://github.com/RickardPettersson/swish-api-csharp/issues/23
When uploading it on Azure it do not work to use the path. My guess is that I have to upload the certificates on Key Vault and call the certificates from there.
I'm using .NET Core Web App
In the Nugget from Swish you can enter the certificate as direct path or as a stream.
Do anyone have a solution how to fix this?
Have a look at this files :
https://github.com/RickardPettersson/swish-api-csharp/blob/master/SwishApi/Models/ClientCertificate.cs
https://github.com/RickardPettersson/swish-api-csharp/blob/master/SwishApi/PayoutClient.cs
https://github.com/RickardPettersson/swish-api-csharp/issues/23