Releases: kelke/mkcert
Releases Β· kelke/mkcert
v1.5.1
Yet again a new release. This time more minor
π₯³ New Features
- Customize leaf and intermediate certificate expiration times with
-days,-monthsand-years - Customize root certificate expiration time with
-root-years
#οΈβ£ Release-Hashes
check with shasum -a 256 <file>
c56763e8f8628aa1b8f363fa71bd87d69a78f8b6797090ce67c5e63afb23c421 mkcert-darwin
269da57d4de916b2917053cda43471cf6861c80f0f9e58ac0c6cd4b13df93e0e mkcert-linux
102d2b9a1477fbfcf626ae4d8b808f09dcf73a08c038eb57b89f4123110aa138 mkcert-windows.exe
ππΌββοΈ Additional Info
- Binaries are created with the
build/build-all.shscript. - darwin = macOS
v1.5.0
Happy to announce a new release with even more customizability.
π₯³ New Features
- Set custom root certificate subject info via commandline arguments π
- Create intermediate certificates for use in caddy pki or similar π
- A new root certificate is needed to use intermediates, as MaxPathLength used to be 0
- ECDSA is now the default (use
-rsaif needed) - P-384 and RSA-4096 is now used for roots and intermediates, P-256 and RSA-2048 for Leaf certificates
- Force recreation of root certificate with
-rootflag
ππ₯ Bugfixes
- Root certificate validity time is now checked
- deprecated ioutils replaced
#οΈβ£ Release-Hashes
check with shasum -a 256 <file>
d7032eb5d59642b97bdf0de42810c8b71e8f512ad974a78dc522aaebe73c3449 mkcert-darwin
4acafed7f97a113cd15a153cd94c1e82ae61bf0bf817dccc1692f46122012ab1 mkcert-linux
437381d6a78656665b52c66790c10471ec2653ab53c0a3cb66603a07d03e889d mkcert-windows
ππΌββοΈ Additional Info
- Binaries are created with the
build/build-all.shscript. - darwin = macOS