The EKU logic is now simpler, and it follows the following rules
- if an IP address, DNS name, or URI SAN is present, serverAuth is included
- if
-client
is used, clientAuth is included - if an email address SAN in present, emailProtection is included
Certificate generation based on CSRs is now consistent with standard certificate generation.
Releases are now built from GitHub Actions.
Assets
7
- Reduce certificate lifetime to 2 years and 3 months
- Detect various flavors of Firefox (#225, #280)
- Build release binary for linux/arm64 (#284)
The Go import path of the module is now filippo.io/mkcert, which should only affect users installing the tool with go get
, which was never a recommended installation method.
Assets
7
Note: packagers building from source now need to set the version like -ldflags "-X main.Version=$VERSION"
Assets
6
FiloSottile
released this
macOS 10.15 Catalina introduced certificate lifespan limits which block mkcert certificates. As a temporary measure, mkcert certificates now have a fixed notBefore date of June 1st, 2019. Once the ACME server is implemented, certificate lifespan will be shortened to 3 months. (#174)
Certificates generated by previous versions of mkcert after July 1st, 2019 will not work on macOS 10.15 Catalina, and will have to be regenerated. The root CA is unaffected and there is no need to rerun mkcert -install
.
URL (#166) and email (for S/MIME, #152) SANs are now supported.
Client certificates are now created with a -client
filename suffix, and they claim the serverAuth EKU as well as the clientAuth one.
The certificate subject now includes the full user name, like filippo@Bistromath.local (Filippo Valsorda)
.
SLES, OpenSUSE (#162), Snapcraft (#116), and CentOS 7 (#120) are now supported.
Linux release binaries are now fully static, and will work regardless of the system libc. (#169)
Assets
6
-ecdsa
to generate ECDSA private keys-client
to generate client certificates-csr
to sign certificate signing requests$TRUST_STORES
to select what stores to install into
Also, in other news:
- Add "Firefox Nightly.app" support on macOS
- Set the CommonName when generating PKCS#12 files for IIS
Assets
6
- Add
-cert-file
,-key-file
and-p12-file
flags - Add some helpful lines to docs and output
- Fix Java failure modes on Windows
Assets
5
nss: use certutil from $PATH if found on macOS (#71) Fixes #70 Thanks to @hostep for testing and fixing the patch.
Assets
5
- Support the Arch system root store
- Support Java on Windows
- Support the JRE root store
- Support multiple CAs on Linux
Assets
5
A round of new supported root stores and formats, all contributions from the community.
Assets
5
Earlier versions of mkcert ran into an iOS bug, if you can't see the root in "Certificate Trust Settings" you might have to update mkcert and regenerate the root.