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("HOME") + "/.mozilla/firefox/*",
		os.Getenv("HOME") + "/snap/firefox/common/.mozilla/firefox/*"}
	NSSBrowsers = "Firefox and/or Chrome/Chromium"

	SystemTrustFilename string
	SystemTrustCommand  []string
	CertutilInstallHelp string
)
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_linux.go truststore_nss.go

Version
v1.20400.20401
Published
Jun 4, 2023
Platform
linux/amd64
Imports
35 packages
Last checked
11 hours ago

Tools for package owners.