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

fix https://github.com/FiloSottile/mkcert/issues/376. To fix console showing garbled text in non-English System.

export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"mkcert [email protected] -key-file key.pem -cert-file cert.pem example.com *[email protected] -cert-file FILE, -key-file FILE, -p12-file FILE Customize the output paths. -client Generate a certificate for client authentication. -ecdsa Generate a...

I think it's strange that this method wasn't mentioned. so I decided to add it: ``` go install filippo.io/mkcert@latest ```

## Environment * Operating system (including version): mac os ventura * mkcert version (from `mkcert -version`): v1.4.4 * Server (where the certificate is loaded): localhost * Client (e.g. browser, CLI...

This PR bumps GitHub workflow actions to their latest versions, thus avoiding deprecation warnings as shown e.g. [here](https://github.com/FiloSottile/mkcert/actions/runs/8735108653).

This PR removes package `ioutil` which is deprecated as of go version 1.16.

Some development CA may be created by an external solution and mkcert can be used to install or uninstall these CA by providing `rootCA.pem` and `rootCA-key.pem`. In this case, the...

SC-081v3: Introduce Schedule of Reducing Validity and Data Reuse Periods