SYMBOL INDEX (51 symbols across 7 files) FILE: cert.go function init (line 37) | func init() { method makeCert (line 50) | func (m *mkcert) makeCert(hosts []string) { method printHosts (line 148) | func (m *mkcert) printHosts(hosts []string) { method generateKey (line 166) | func (m *mkcert) generateKey(rootCA bool) (crypto.PrivateKey, error) { method fileNames (line 176) | func (m *mkcert) fileNames(hosts []string) (certFile, keyFile, p12File s... function randomSerialNumber (line 202) | func randomSerialNumber() *big.Int { method makeCertFromCSR (line 209) | func (m *mkcert) makeCertFromCSR() { method loadCA (line 282) | func (m *mkcert) loadCA() { method newCA (line 310) | func (m *mkcert) newCA() { method caUniqueName (line 366) | func (m *mkcert) caUniqueName() string { FILE: main.go constant shortUsage (line 30) | shortUsage = `Usage of mkcert: constant advancedUsage (line 49) | advancedUsage = `Advanced options: function main (line 87) | func main() { constant rootName (line 152) | rootName = "rootCA.pem" constant rootKeyName (line 153) | rootKeyName = "rootCA-key.pem" type mkcert (line 155) | type mkcert struct method Run (line 171) | func (m *mkcert) Run(args []string) { method install (line 267) | func (m *mkcert) install() { method uninstall (line 307) | func (m *mkcert) uninstall() { method checkPlatform (line 336) | func (m *mkcert) checkPlatform() bool { function getCAROOT (line 240) | func getCAROOT() string { function storeEnabled (line 345) | func storeEnabled(name string) bool { function fatalIfErr (line 358) | func fatalIfErr(err error, msg string) { function fatalIfCmdErr (line 364) | func fatalIfCmdErr(err error, cmd string, out []byte) { function pathExists (line 370) | func pathExists(path string) bool { function binaryExists (line 375) | func binaryExists(name string) bool { function commandWithSudo (line 382) | func commandWithSudo(cmd ...string) *exec.Cmd { FILE: truststore_darwin.go method installPlatform (line 52) | func (m *mkcert) installPlatform() bool { method uninstallPlatform (line 105) | func (m *mkcert) uninstallPlatform() bool { FILE: truststore_java.go function init (line 31) | func init() { method checkJava (line 57) | func (m *mkcert) checkJava() bool { method installJava (line 81) | func (m *mkcert) installJava() { method uninstallJava (line 94) | func (m *mkcert) uninstallJava() { function execKeytool (line 110) | func execKeytool(cmd *exec.Cmd) ([]byte, error) { FILE: truststore_linux.go function init (line 27) | func init() { method systemTrustFilename (line 51) | func (m *mkcert) systemTrustFilename() string { method installPlatform (line 55) | func (m *mkcert) installPlatform() bool { method uninstallPlatform (line 77) | func (m *mkcert) uninstallPlatform() bool { FILE: truststore_nss.go function init (line 39) | func init() { method checkNSS (line 73) | func (m *mkcert) checkNSS() bool { method installNSS (line 89) | func (m *mkcert) installNSS() bool { method uninstallNSS (line 106) | func (m *mkcert) uninstallNSS() { function execCertutil (line 120) | func execCertutil(cmd *exec.Cmd) ([]byte, error) { method forEachNSSProfile (line 131) | func (m *mkcert) forEachNSSProfile(f func(profile string)) (found int) { FILE: truststore_windows.go method installPlatform (line 35) | func (m *mkcert) installPlatform() bool { method uninstallPlatform (line 54) | func (m *mkcert) uninstallPlatform() bool { type windowsRootStore (line 69) | type windowsRootStore method close (line 83) | func (w windowsRootStore) close() error { method addCert (line 91) | func (w windowsRootStore) addCert(cert []byte) error { method deleteCertsWithSerial (line 107) | func (w windowsRootStore) deleteCertsWithSerial(serial *big.Int) (bool... function openWindowsRootStore (line 71) | func openWindowsRootStore() (windowsRootStore, error) {