- Notifications
You must be signed in to change notification settings - Fork1
Node CLI wrapper for `mkcert`
License
NotificationsYou must be signed in to change notification settings
tolu/mkcert-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Node cli wrapper formkcert
based entirely on the fantastic work done invite-plugin-mkcert
.
Create locally trusted development certificates in default folder$HOME/.mkcert-cli/certs
> npx -y mkcert-cli# => Created "dev.cert" and "dev.key" in $HOME/.mkcert-cli/certs
Explicitly define output directory for files
> npx -y mkcert-cli --outDir.# => Created "dev.cert" and "dev.key" in ./
Set file names, default todev.cert
anddev.key
> npx -y mkcert-cli --outDir. --cert localhost.pem --key localhost.key# => Created "localhost.pem" and "localhost.key" in ./
Custom hosts, default value islocalhost
+local ip addrs
.
To pass multiple values, just pass several named args.
> npx -y mkcert-cli --host localhost --host my-site.local# => Created "dev.cert" and "dev.key" for ["localhost", "my-site.local"]
npx -y mkcert-cli -h
Force regenerate certificate files
npx -y mkcert-cli -f
Install latest version of mkcert that's available before generating certificates.
npx -y mkcert-cli -u
About
Node CLI wrapper for `mkcert`
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.