@small-tech/auto-encrypt-localhost
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -8,2 +8,8 @@ # Changelog | ||
## [5.2.2] - 2020-07-06 | ||
### Added | ||
- Update documentation to mention that the root certificate authority’s public key must be installed and trusted on any devices you want to access your local machine from via the local area network and link to the mkcert documentation for more details. | ||
## [5.2.1] - 2020-07-06 | ||
@@ -13,3 +19,3 @@ | ||
- Updated documentation to mention the feature introduced in 5.2.0. | ||
- Update documentation to mention the feature introduced in 5.2.0. | ||
@@ -16,0 +22,0 @@ ## [5.2.0] - 2020-07-06 |
{ | ||
"name": "@small-tech/auto-encrypt-localhost", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,2 +60,4 @@ # Auto Encrypt Localhost | ||
To access your local machine from a different device on your local area network, you must transfer the public key of your generated local root certificate authority to that device and install and trust it. By default, once you’ve created your first server, you can find the key at `~/.small-tech/auto-encrypt-localhost/rootCA.pem`. For more details, please refer to [the relevant section in the mkcert documentation](https://github.com/FiloSottile/mkcert#mobile-devices). | ||
Note that on Linux, ports 80 and 443 require special privileges. Please see [A note on Linux and the security farce that is “privileged ports”](#a-note-on-linux-and-the-security-farce-that-is-priviliged-ports). If you just need a Node web server that handles all that and more for you (or to see how to implement privilege escalation seamlessly in your own servers, see [Site.js](https://sitejs.org)). | ||
@@ -62,0 +64,0 @@ |
20032937
186