mkcert
mkcert copied to clipboard
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
Added path to utils for [Slackware Linux](http://slackware.com)
## Environment * Operating system (including version): Ubuntu 20.04 * mkcert version (from `mkcert -version`): v1.4.3 * Server (where the certificate is loaded): ? * Client (e.g. browser, CLI tool,...
First, thank you so much for mkcert! I love it and use it often ⭐ It seems that some default behavior may have changed in macOS 11, as mkcert isn't...
In a similar way to #325, it would be nice if this could work with [Firefox that is running in a Flatpak](https://flathub.org/apps/details/org.mozilla.firefox), if at all possible.
Ubuntu team has ppa:ubuntu-mozilla-daily/ppa which provides firefox-trunk It creates profile under $HOME/.mozilla/firefox-trunk.
This uses the `NameConstraints` extension to allow for DNS whitelisting on the local CA when it is first generated. I'm aware that [you've rejected this kind of change before](https://github.com/FiloSottile/mkcert/pull/113#issuecomment-459999460), but...
Closes #273
This is a simple PR for the ability to give your CA a custom name, and rather than use the default `user@hostname` in the `Subjects` allow it to be populated...
Potential change for #229 - first change (and first Go code), so I'm sure there are things that could be improved. :-) CC @dsebastien