devcert-cli icon indicating copy to clipboard operation
devcert-cli copied to clipboard

A CLI wrapper for devcert, to manage development SSL/TLS certificates and domains

Results 5 devcert-cli issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/449136/41002037-9ee30478-68e0-11e8-983d-758ffa0908b0.png)

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...