Boris Wilhelms
Boris Wilhelms
In case remote work means working from home: - First and most important rule: Make your self a separate working space/room. You should not work in your living room and...
Is there any update on this?
We get the same error 'Not Found' when we try to set the masterKey via azure cli. This does not work and returns `Operation returned an invalid status 'Not Found'`...
Good point. Yes, `dotnet dev-certs https --import` needs .NET 5. I will update the README and add this to the prerequisites. While it is technically possible to add the cert...
Similar for Alpine (e.g. when building in docker) you need to install the following packages: - libxml2-dev - glib-dev - curl-dev - taglib-dev
@CrazyTuna looks like we had the same idea at the same time 😄 https://github.com/BorisWilhelms/azure-function-keyvault
Thank you for your message. > Microsoft support referred me to your script in-fact... Hahaha, I don't if I like this or not... Overall, I am currently not running Ubuntu,...
I actually tested it right now, and I am not able to reproduce this issue. Could you please try the script from the branch [12-cert-not-trusted](/BorisWilhelms/create-dotnet-devcert/tree/12-cert-not-trusted). If the issue still persists,...
Yes, `openssl verify` should work, and it does that for me in my Ubuntu VM. Your openssl version also matches mine, so I am not sure what the issue is....
@crazyLearning is your Functions project targeting netstandard2 (instead of the netcoreapp default)?