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

## Environment * Operating system (including version): podman container (base image is Python: 3.9) * mkcert version (from `mkcert -version`): 1.4.4 * Server (where the certificate is loaded): localhost:4336 *...

This reverts commit 2a46726cebac0ff4e1f133d90b4e4c42f1edf44a. Use the workaround suggested in https://github.com/golang/go/issues/58625

## Environment * Operating system (including version): `Linux archlinux 5.18.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 30 May 2022 17:53:11 +0000 x86_64 GNU/Linux` * mkcert version (from `mkcert -version`): `(devel)` * Server...

Useful when it is used as a submodule, so it's no need to ignore the whole subproject manually.

## Environment * Operating system (including version): Ubuntu 20.04 * mkcert version (from `mkcert -version`): v1.4.4 * Server (where the certificate is loaded): * Client (e.g. browser, CLI tool, or...

``` $ openssl s_server -accept 8443 -key certs/proxy.customs-key.pem -cert certs/proxy.customs.pem -www Using auto DH parameters Using default temp ECDH parameters ACCEPT 4569913004:error:14037418:SSL routines:ACCEPT_SR_KEY_EXCH:tlsv1 alert unknown ca:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/ssl/ssl_pkt.c:1200:SSL alert number 48 4569913004:error:140370E5:SSL...

Hello, After running a `mkcert -install` and generating certificates with it, It works fine on Chrome & Firefox. But, when I'm trying to send a request with [insomnia](https://insomnia.rest/), It tells...

help wanted
root store

- The certificate expiry date has been modified from 2 years, 3 months to 13 months (397 days). This allows for passing SSL certificate checks that validate the expiry date...

> root@ddd:/tmp/mkcert# go install go: downloading golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 go: downloading software.sslmate.com/src/go-pkcs12 v0.2.0 go: downloading golang.org/x/text v0.3.7 go: downloading golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 root@ddd:/tmp/mkcert# CGO_ENABLED=0 GOOS=windows GOARACH=amd64 go build -ldflags "-s -w" -trimpath...