Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 820 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 820 Bytes

service-ssl-certificate

Pryv.io service for SSL certificate generation and renewal.

Installation

Prerequisites: Node.js 16, just

Then:

  1. just setup-dev-env
  2. just install to install node modules

Running just with no argument displays the available commands (defined in justfile).

Running

just run

Testing

just test [...params]
  • Extra parameters at the end are passed on to Mocha (default settings are defined in .mocharc.js)
  • Replace test with test-detailed, test-debug, test-cover for common presets

Todo

  • release github workflow has been archived in archives it needs to rewritten to publish on dockerHub

License

BSD-3-Clause