@agilorunner/devcert
v3.0.0
Published
Enables local HTTPS.
Downloads
40
Readme
Config:
{
domain: "domain name, eg. example.test for which to generate the certificate and private key"
keyDestination: "the path where to save the private key",
certDestination: "the path where to save the certificate",
caDestination: "optional path where to save the root certificate, useful if you need to import the root certificate somewhere (eg. PHP)",
}