auto-encrypt-localhost
auto-encrypt-localhost copied to clipboard
Automatically provision trusted development-time (localhost) certificates in Node.js without browser errors via mkcert.
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependency [dependency-cruiser](https://github.com/sverweij/dependency-cruiser). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.2 Release notes Sourced from json5's releases. v2.2.2 Fix:...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Situation is like this: I have a Raspberry PI running many servers (nginx, syncthing, qbittorrent) in my LAN. I have created Let's Encrypt Cert for the domain 'raspberry' (which points...
Could you please don't judge people, because they have a different opinion on a technical topic.
just installed it and made a file `server.js` ```js const AutoEncryptLocalhost = require('@small-tech/auto-encrypt-localhost') const server = AutoEncryptLocalhost.https.createServer() ``` it says it's runnig: ```bash 📜 ❨auto-encrypt-localhost❩ Local development TLS certificate exists....