mkcert
mkcert copied to clipboard
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
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...
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...
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...
 Then I have to setup language to en. 
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...
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...
Tablets
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...