You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate certs easily in Go. Based on code written by the Go team.
The version in gen-cert-simple requires NO arguments.
It creates a self-signed certificate valid for hosts
"localhost", "127.0.0.1" (IPv4), and "::1" (IPv6).
About
Generate certs easily in Go, including a super simple variant.