- Fix certutil command on windows
- proper fix for firefox nss database
- update deps to fix firefox nssb not found on mac
- add nssdb store paths on linux
- improve firefox and chrome detection on linux
- update dependencies and devDependencies
- update mac os to 2022 in github workflow
- fix firefox is running detection (could return true because of playwright)
- requestCertificateForLocalhost renamed requestCertificate
- do not force "localhost" in altNames anymore
- installCertificateAuthority properly retrust root cert on macOS
- requestCertificateForLocalhost changes
- becomes sync
- serverCertificateAltNames renamed altNames
- serverCertificateValidityDurationInMs renamed validityDurationInMs
- serverCertificateCommonName renamed commonName
- returns { certificate, privateKey } instead of { serverCertificate, serverPrivateKey }