HTTPS and X509 certificates in .NET Part 2: creating self-signed certificates

Introduction In the previous post we looked at TLS and certificates in general. We saw what makes up an SSL certificate and how browsers use it to verify the identity of the server and to decrypt/encrypt the communication. In this post we’ll look at a tool called makecert.exe. Before we actually continue there are some … Continue reading HTTPS and X509 certificates in .NET Part 2: creating self-signed certificates