mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

Create self signed ssl certificates without OpenSSL.

Results 6 mkcert issues
Sort by recently updated
recently updated
newest added

With following command I get ERR_SSL_SERVER_CERT_BAD_FORMAT Please correct my syntax mkcert create-cert --validity 3650 --domains ["localhost","127.0.0.1","192.168.15.157"]

I cannot include it in the Node server file as in the example shown to create certificate because it is installed globally and not locally

I ran `npx mkcert create-ca; npx mkcert create-cert`, then tried to feed those certs to Nuxt's config: https://nuxt.com/docs/api/configuration/nuxt-config#https If I run it using ca.key and ca.crt I get this in...

Currently, files are not being created when using the package through `createCa` / `createCert`.

Reported such an error: GET https://172.23.170.62:7729/ net::ERR_CERT_AUTHORITY_INVALID, Is it because mkert did not automatically install the generated root certificate, which is rootCA.pem generated by creatCA

Validity option only accepts days since now. Add ability to specify exact date for certificate expiration