Create PFX Certificate on Windows

A while back I had a post where I talked about setting up .net core in docker using SSL and a HTTPS port you can read that here To make a .net core project work on a HTTPS port you…

A Story of .Net Core and Docker with HTTPS

So this one stumped me a bit. I have my app in a built in .net core running in a docker container and was trying to get the reverse proxy to talk to the container over HTTPS. So in this…

Lets talk about HTTPS

That's right this post is all about HTTPS. This is the first of a number of posts I have planned on HTTPS but it covers the basics and will help as a reference in later posts as I…

Lets Encrypt Windows Azure

It was time to do it, it was time to go HTTPS crazy or at least try it and see what I can break. Lets Encrypt Lets Encrypt is an SSL Certificate Authority, it's free and automated. Certs…