v1.3.0

FiloSottile/mkcertv1.3.0Feb 3, 2019by FiloSottile

AI Summary

This release introduces advanced options for certificate generation, such as ECDSA keys, client certificates, and CSR signing. It also adds support for Firefox Nightly on macOS and fixes PKCS#12 formatting for IIS.

Key Highlights

  • Added `-ecdsa` flag for generating ECDSA private keys
  • Added `-client` flag for generating client certificates
  • Added `-csr` support for signing certificate signing requests
  • Added support for Firefox Nightly on macOS
  • Set CommonName for PKCS#12 files for IIS

New Features

  • -ecdsa flag
  • -client flag
  • -csr support
  • Firefox Nightly macOS support
  • PKCS#12 CommonName for IIS

Full Release Notes

🔬 New advanced options:

* `-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