A simple zero-config tool to make locally trusted development certificates with any names you'd like.
README: use $GOBIN instead of $GOPATH/bin (#168)
$GOPATH/bin works in the simple cases, but will break if the user specifies their own $GOBIN, or if their $GOPATH has multiple elements. This form is also simpler. Even if the user doesn't specify their custom $GOBIN, 'go env GOBIN' will return the correct default.
D
Daniel Martí committed
ff17118210caa046edd025115d18f48534442e0c
Parent: 72ec55f
Committed by Filippo Valsorda <hi@filippo.io>
on 6/12/2019, 5:24:10 PM