Add Firefox support

Fixes #6
This commit is contained in:
Filippo Valsorda
2018-06-28 01:29:20 -04:00
parent 7544098b30
commit e4c5c312a7
6 changed files with 159 additions and 23 deletions

View File

@@ -150,3 +150,7 @@ func (m *mkcert) newCA() {
log.Printf("Created a new local CA at \"%s\" 💥\n", m.CAROOT)
}
func (m *mkcert) caUniqueName() string {
return "mkcert development CA " + m.caCert.SerialNumber.String()
}