mkcert
mkcert copied to clipboard
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
it does not install the trusted root authority certificate on chinese windows language
I made a certificate using `mkcert -install`. I then went to `https://localhost:8080`, using the test webserver I was running. It worked with `http://localhost:8080`, but not with `https://localhost:8080`. It gave me...
I am attempting to test rustls usage in actix-web with [this example](https://github.com/actix/examples/tree/master/rustls/). It recommended I use mkcert to set up a local CA. It looks like mkcert was able to...
Hello there! I have packaged mkcert in Debian (currently waiting in [NEW](https://ftp-master.debian.org/new.html) queue). Would you consider a PR adding install instructions on Debian when the package made it to unstable?...
I tried looking an old issue #12, but it doesn't seem to help Commands I have executed: `sudo chmod u+x ./mkcert`, and tried this also later `sudo chmod 0777 ./mkcert`,...
hi, Can it run on Windows 7 32 bit ? thanks
Hello, I have a Microsoft account that automatically created my Windows account when I installed it. My first name is François and that's how the User folder is written on...
Hello! Is it possible to run mkcert in x86 OS? There is no pre-built binary for x86: https://github.com/FiloSottile/mkcert/releases Brew needs x64. Building from source code does not work also. I...
A simple `mkcert -install` isn't enough to "inject" the Root CA to Chromium from puppeteer. Anybody have any good advice? EDIT: Note: I run puppeteer in docker, maybe this is...
Hi, I've tried to add an mkcert I generated for some hostnames. When I add it to the Authorities, I can't see it in the list. However, it seems that...