mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

A simple zero-config tool to make locally trusted development certificates with any names you'd like.

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

Chrome refuses to access the resource with `NET::ERR_CERT_VALIDITY_TOO_LONG`. I can add an exception by using `--unsafely-treat-insecure-origin-as-secure` and clicking the "Advanced" > "Proceed to ." button on the warning page. Chrome...

waiting for info

If you run these steps you only get 3 files expect to get 5. ``` mkdir temp1 cd temp1 docker run -v ${PWD}:/root/.local/share/mkcert brunopadz/mkcert-docker:latest /bin/sh -c 'mkcert -install && mkcert...

Hi, - Windows 10 1809 Professional - IIS 10.0.17763.1 - Have run mkcert -install Generated my new wildcard certificate as: ``` mkcert -pkcs12 "*.ozc.black" ``` I then go to IIS...

help wanted
Windows

we use this for our test-environments (QA testing) and distribute the certificate across the engineering team. they have to import the rootCA in order to be able to have ssl...

![屏幕截图 2021-06-16 104752](https://user-images.githubusercontent.com/19978148/122150457-57e26780-ce90-11eb-954e-271e1890f27b.png) Then I have to setup language to en. ![屏幕截图 2021-06-16 104944](https://user-images.githubusercontent.com/19978148/122150611-a2fc7a80-ce90-11eb-9c29-4f08bd7a4220.png)

I tested this with SSE server and websocket server. In both cases, I can curl the URLs for both above examples with no problem but Chrome browser gives the following...

It would be wonderful if in addition to all the wonderful places the CA is already installed it could be installed in the git-bash ecosystem (for curl in windows git...

Windows
root store

Is there any chance of compiling this code to a wasm binary that can be imported into nodejs and deno projects? I want to use `mkcert` to generate localhost certificates...

After installing the necessary package required in the installation note, I run the first command ``` mkcert -install ERROR: failed to execute "update-ca-certificates": exec: "update-ca-certificates": executable file not found in...

waiting for info

Thanks for this nice development. We have an Android app that connects to the cloud and for the development we have decided to replicate locally the setup: - Local server...