Commit Graph

88 Commits

Author SHA1 Message Date
Filippo Valsorda
821679b01f Split off advanced options docs 2019-02-02 16:26:21 -05:00
Filippo Valsorda
50b8c9f09f Set the CommonName when generating PKCS#12 files
Fixes #115
2019-02-02 16:26:21 -05:00
Filippo Valsorda
3bcdd3721c Update screenshot with Firefox and Chrome 2019-01-11 16:38:47 -08:00
Oxicode
a177c7e2ad Add "scoop bucket add extras" to README (#109)
Fixes #99
2019-01-08 12:42:51 -08:00
Filippo Valsorda
8dca36bc48 Build binaries for linux/arm
Updates #97
2019-01-08 09:37:29 -08:00
graystevens
610df05c5c Add "Firefox Nightly.app" support on macOS (#102) 2019-01-08 09:22:13 -08:00
Filippo Valsorda
da4da8a4bc Refactor output path flags v1.2.0 2019-01-06 19:07:18 -05:00
单元源
5ea72c377d Add -cert-file, -key-file and -p12-file (#77) 2019-01-06 19:07:18 -05:00
Filippo Valsorda
0d0636e824 Print a warning about wildcard depth in X.509
Fixes #60
2019-01-06 18:23:59 -05:00
Filippo Valsorda
6f4ab38307 Use double quotes in examples for CMD.exe support
See https://github.com/FiloSottile/mkcert/issues/60#issuecomment-415352403
2019-01-06 18:14:39 -05:00
Filippo Valsorda
7fbb1febce Document NODE_EXTRA_CA_CERTS for Node.js
Fixes #78
2019-01-06 18:07:49 -05:00
Filippo Valsorda
6060e206a4 Document the hardcoded PKCS#12 password
PKCS#12 encryption is legacy and we don't want to encourage relying on
it by making the password configurable. Some systems require the default
"changeit", so stick with that.

Fixes #86
Closes #58
Closes #87
2019-01-06 17:38:49 -05:00
Adam Shannon
ea716f38b3 java: don't attempt sudo retry on windows (#85)
* java: don't attempt retry on windows
* docs: mention "Run as Administrator" for windows if needed

Fixes #84
2018-12-22 17:10:28 -05:00
Adam Shannon
438ae98b1c java: don't try to run keytool during check if it's not available (#90)
If JAVA_HOME isn't set then keytoolPath has an invalid path. This means
checkJava() fails and doesn't tell the problem clearly to the user.

Fixes #88
2018-11-26 12:03:40 -05:00
Jurgen Verhasselt
afbc420fa0 README: update the AUR install instructions (#91) 2018-11-26 11:57:50 -05:00
Adam Shannon
48e7d200ae docs: clarify mkcert doens't configure servers (#82) 2018-10-25 23:15:37 +02:00
Filippo Valsorda
fcebdc9845 nss: use certutil from $PATH if found on macOS (#71)
Fixes #70

Thanks to @hostep for testing and fixing the patch.
v1.1.2
2018-08-25 15:52:43 -06:00
Herby Gillot
5f8e78d012 Nitpicky fix on Macports install info (#68) 2018-08-24 21:37:51 -06:00
Filippo Buletto
4f4405fc0c Add scoop install for Windows (#65) 2018-08-23 11:42:19 -06:00
Filippo Valsorda
f42b073e94 LICENSE+AUTHORS: follow appropriate company policies 2018-08-21 11:09:52 -06:00
Filippo Valsorda
0bd4ac60da linux: use unique per-CA names when installing certificates
Fixes #52
Closes #59
v1.1.1
2018-08-19 19:07:47 -04:00
Adam Shannon
4f82e1cf78 java: fix paths for Windows and JRE (#54)
Fixes #53
2018-08-19 15:56:28 -07:00
Filippo Valsorda
70f19a1cf6 Cleanup the README installation section 2018-08-19 18:47:48 -04:00
Travis Campbell
281c560e4a Support installing to system trust store for Arch-based distros (#57) 2018-08-19 15:36:14 -07:00
Stefan Scherer
047acfafed Add choco install for Windows (#63) 2018-08-19 15:31:13 -07:00
Omer Katz
d22f934623 Mention Linuxbrew as the preferred way to install mkcert (#61) 2018-08-19 15:29:56 -07:00
Herby Gillot
2f97cba085 Update README with info on how to install via MacPorts (#62) 2018-08-19 15:28:23 -07:00
Filippo Valsorda
26ac5f3539 Switch to modules 🙌 2018-08-14 02:20:07 -04:00
Filippo Valsorda
44af1b6556 Force go stable to workaround travis-ci/gimme#157 v1.1.0 2018-08-13 00:33:52 -04:00
Filippo Valsorda
5d14daf07b Add .travis.yml for releases 2018-08-13 00:27:25 -04:00
Filippo Valsorda
060fcce2db Put PKCS#12 behind a flag, and check in the vendored dependency 2018-08-12 23:29:13 -04:00
linux_china
6be76ae477 Add PKCS#12 generation with default password changeit
Merges #34
Fixes #20
2018-08-12 23:29:02 -04:00
Filippo Valsorda
53f1769ab5 Document Windows support and supported root stores 2018-08-12 22:34:54 -04:00
Filippo Valsorda
e5f9c16f8c Offer a less confusing warning about Firefox on Windows 2018-08-12 21:47:50 -04:00
Filippo Valsorda
5fc72d92bc Replace !os.IsNotExist with == nil
!os.IsNotExist would also be true for other errors which don't mean the
file exists.
2018-08-12 21:42:42 -04:00
Chad Retz
561c99875b Add Windows support (#46)
Fixes #42
2018-08-12 18:33:56 -07:00
Filippo Valsorda
61180c71ad Add support for Firefox Developer Edition
This also fixes a bug where we wouldn't install to Chrome on Linux if
Firefox wasn't also present.

Closes #48
Updates #51
2018-08-12 21:14:07 -04:00
Filippo Valsorda
ba12bc5899 Avoid printing a success message on error
Updates #51
2018-08-12 20:32:34 -04:00
Filippo Valsorda
62149df1a0 Switch AUR to released one 2018-08-05 17:39:56 -04:00
Adam Shannon
ae768be874 Support installing into Java's root store (#38) 2018-07-30 04:22:27 +02:00
Filippo Valsorda
fd504a1868 Add note about iOS bug to README v1.0.1 2018-07-30 03:55:50 +02:00
Filippo Valsorda
676d4cdf6b Add a CommonName field to the CA to work-around iOS UI bug
Fixes #47
2018-07-30 03:38:23 +02:00
Filippo Valsorda
9e258bad93 Add a SubjectKeyId to the root CA
Not really useful for #47, but good to have and a RFC 5280 MUST.

See https://twitter.com/FiloSottile/status/1023564776834826240
2018-07-30 03:38:23 +02:00
Filippo Valsorda
c3bf865b0c Show custom usage on -help 2018-07-29 19:30:33 +02:00
Emilien Devos
fdd8fe8e17 Add AUR for installing mkcert on Arch Linux (#23) 2018-07-29 15:52:22 +02:00
Adam Shannon
1e7d221386 firefox: prefer cert9.db and skip cert8.db when found (#13)
Fixes #12 (again)
2018-07-12 13:47:05 -04:00
Filippo Valsorda
5651e29aea Create CONTRIBUTING.md 2018-07-09 16:27:05 -04:00
Filippo Valsorda
b0f7a80e95 Fix getCAROOT switch statement v1.0.0 2018-07-06 20:09:58 -04:00
Lucas Garron
dbad5f86ec Use $XDG_DATA_HOME on macOS if it is set (#40) 2018-07-06 20:02:49 -04:00
Filippo Valsorda
779fa98126 Update README.md 2018-07-04 13:08:32 -04:00