package internal

import "github.com/bep/mclib/internal"

Command mkcert is a simple zero-config tool to make development certificates.

Index

Variables

var (
	FirefoxProfiles     = []string{os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"}
	CertutilInstallHelp = "" // certutil unsupported on Windows
	NSSBrowsers         = "Firefox"
)
var Version string

Version can be set at link time to override debug.BuildInfo.Main.Version, which is "(devel)" when building from within the module. See golang.org/issue/29814 and golang.org/issue/29228.

Functions

func GetCAROOT

func GetCAROOT() string

func RunMain

func RunMain()

Source Files

cert.go main.go truststore_java.go truststore_nss.go truststore_windows.go

Version
v1.20400.20402 (latest)
Published
Jun 4, 2023
Platform
windows/amd64
Imports
37 packages
Last checked
3 minutes ago

Tools for package owners.