December 2017
Intermediate to advanced
404 pages
9h 28m
English
In the world of the Go language, there is another approach besides OpenSSL to generate self-signed certificates to utilize in our testing. If you go to the GOROOT folder, which is where the Go language is installed and then head to the /src/crypto/tls folder, you will find a file called generate_cert.go. This file is nothing but a simple tool that can easily and efficiently generate certificates for our testing pleasure. In my computer, the GOROOT folder is located at C:\Go. The following is a screenshot of the generate_cert.go file on my machine:

The generate_cert.go is a self-contained Go program that ...
Read now
Unlock full access