package mclib
import "github.com/bep/mclib"
Index ¶
Functions ¶
func GetCAROOT ¶
func GetCAROOT() string
GetCAROOT returns the CA root directory.
func RunMain ¶
func RunMain() (err error)
RunMain runs mkcert's main function.
You need to set os.Args before calling this function, e.g.
os.Args = []string{"-install"} os.Args = []string{"-cert-file", "cert.pem", "-key-file", "key.pem", "example.com"}
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
gen | |
internal | Command mkcert is a simple zero-config tool to make development certificates. |
- Version
- v1.20400.20402 (latest)
- Published
- Jun 4, 2023
- Platform
- windows/amd64
- Imports
- 4 packages
- Last checked
- now –
Tools for package owners.