minica
minica copied to clipboard
minica is a small, simple CA intended for use in situations where the CA operator also operates each host where a certificate will be used.
Hi guys, minica working good, but just on pc and google chrome... Someone was able to install the Minica CA root Certificate on Android? Mi dev domain ip is a...
Added installation instructions for users of the Homebrew Mac OSX package manager
Hello, Currently, running `apt install minica` under Ubuntu installs a similar binary using the same name: https://github.com/paultag/minica This was somewhat unexpected. It might be a good idea to include a...
While here default RSA key size to 4096 and give users the ability to specify a size.
Okay! As discussed in https://github.com/jsha/minica/issues/48, all key parties (both authors, plus the Debian maintainer) are game to try to unify on a single `minica` implementation. I really appreciate everybody's quick...
Thanks for this useful utility. Saved me a lot of time. Is there a way to generate intermediate certificates with this? IIS seems to require intermediate certs.
I've got an nginx webserver on a local network that does not connect to the web. I'm trying to get the other hosts on the network to trust its certificate....
example usage in the readme should be: ``` $ ./minica --domains foo.com ```
Added a Dockerfile in trying out `minica` in my environment, so I thought I'd share 🙂 This runs the go build process in a Go container, and produces a small...