v.: 1.0.2. Hello. An interpretation of the instructions of installation appeared to be required. Here presented in the reading order
"First, install the Go tools and set up your $GOPATH. Then, run:go install github.com/jsha/minica@latest" | Done.
Despite the above command does not print any information about what it is doing, it appears that it installed in current directory all needed resources to run the application.
"When using Go 1.11 (...) can instead do the following" | It starts becoming confusing. As demonstrated above the installation is already achieved. Therefore learning now the Go version comes too late. Note: command valid on my system.
At last, as noticeable no mention of the certificate file to be imported into a web-browser is present in that documentation. that should be easy to improve. Otherwise it seems to me that it is a useful utility that you have created.
v.: 1.0.2. Hello. An interpretation of the instructions of installation appeared to be required. Here presented in the reading order
"First, install the Go tools and set up your
$GOPATH
. Then, run:go install github.com/jsha/minica@latest
" | Done.Despite the above command does not print any information about what it is doing, it appears that it installed in current directory all needed resources to run the application.
Ii keep on going.
"When using Go 1.11 (...) can instead do the following" | It starts becoming confusing. As demonstrated above the installation is already achieved. Therefore learning now the Go version comes too late. Note: command valid on my system.
As indicated a command such as
./go/bin/minica --domains localhost
could already be run.At last, as noticeable no mention of the certificate file to be imported into a web-browser is present in that documentation. that should be easy to improve. Otherwise it seems to me that it is a useful utility that you have created.