safely-serve
v0.0.8
Published
Serve extension which auto-generates self-signed OpenSSL certificates' at runtime
Downloads
277
Maintainers
Readme
Safely Serve (safely-serve)
A Serve extension which auto-generate a new self-signed certificate when none is provided.
Certificates generation is handled using Certificate Tools.
It works both in Node.js and in web browsers using the Crash Javacript module.
Installation
You can install and save an entry to your package.json
with the following command:
npm \
install \
--save \
"safely-serve"You can then run the program with
npx \
"safely-serve"or just with safely-serve if you install
the program system-wide using npm from this source
repository or from the
NPM Registry
npm \
-g \
install \
"safely-serve"or if using GNU make in this repository
make \
installNote: You may need admin rights (sudo,
su -c or on Windows Run as administrator).
or if you install it as a DogeOS package from the Ur
ur \
"safely-serve"Documentation
Upon installation the manual can be accessed with
man \
"safely-serve"License
This software by Pellegrino Prevete is released under the terms of the GNU Affero General Public License version 3.
