
Company News
Socket Joins the OpenJS Foundation
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.
devcert-cli
Advanced tools
A CLI wrapper for devcert, to manage development SSL/TLS certificates and domains
A CLI wrapper for devcert, to manage development SSL/TLS certificates and domains
$ npm install -g devcert-cli
$ devcert COMMAND
running command...
$ devcert (-v|--version|version)
devcert-cli/1.0.0 darwin-x64 node-v9.11.0
$ devcert --help [COMMAND]
USAGE
$ devcert COMMAND
...
delete the cached certificate for a domain
USAGE
$ devcert disable [DOMAIN]
See code: src/commands/disable.ts
generate an SSL/TLS private key and certificate for a domain
USAGE
$ devcert generate [DOMAIN]
OPTIONS
--skipCertutilInstall don't attempt to install nss / certutil tooling (needed on some platforms to automate setup)
--skipHostsFile don't attempt to modify the /etc/hosts file to support custom domains
See code: src/commands/generate.ts
display help for devcert
USAGE
$ devcert help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
list the domains that devcert has generated a certificate for
USAGE
$ devcert list
EXAMPLE
$ devcert list
Configured domains:
my-app.test
client-project.test
See code: src/commands/list.ts
FAQs
A CLI wrapper for devcert, to manage development SSL/TLS certificates and domains
We found that devcert-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.