devcert-cli
devcert-cli copied to clipboard
A CLI wrapper for devcert, to manage development SSL/TLS certificates and domains
I did a fresh install (global) of devcert-cli, which that automatically depends on the latest version of devcert (as of now, 1.2.1) and now I'm getting an error message when...
Using `devcert-cli` to remove a server certificate does not work. Running this: ```sh devcert disable localhost ``` And running the generation procedure again results in: ``` ERROR:There is already a...
I would like to be able to supply a `name` arg that would allow the output to use that name instead of domain. For example, ``` npx devcert-cli generate localhost...
install then ran generate: 
The [source links](https://github.com/davewasmer/devcert-cli/blob/v1.0.0/src/commands/disable.ts) in the README are broken as a result...