In my last blog post we saw how easy it was to secure an IIS site using a self-signed certificates. We used OpenSSL to generate the private keys and public certificates. We even understood what a recognised CA would do with a CSR. This time we are going to look at client certificates. This is…
Tag: WebAPI
Step by Step: Saving temperature and humidity reading in Azure Cosmos Emulator using .NetCore Web API
In my last post, we managed to get temperature and humidity reading from a DHT11 using an Arduino Uno. My Arduino Uno also has Wifi capabilities, so we saw how to obtain an IP address and forward our reading to a public website like Httpbin.org. Httpbin.org was then kind enough to accept and return our…