How to Validate SSL Certificates in Go

1 ยท freeCodeCamp.org ยท Nov. 3, 2020, 8:21 p.m.
Recently, I came across a SaaS product that validates SSL certificates for your website. I wanted to try writing the same thing in Go โ€“ and it turns out that it's pretty straightforward (just 17 lines of code). You will need to perform three major checks on your website. First, check...