dynalite icon indicating copy to clipboard operation
dynalite copied to clipboard

Drop use of self-signed certs (which are now expired), fixes #176

Open ryanblock opened this issue 1 year ago • 0 comments

Add --key, --cert, --ca CLI flags, and useSSLFilePaths API option Only require http or https, but not both Update types Fix --port + --host not being passed in http mode; fixes #178

Thank you for helping out! ✨

We really appreciate your commitment to improving Dynalite

To maintain a high standard of quality in our releases, before merging every pull request we ask that you've completed the following:

  • [ ] Forked the repo and created your branch from main
  • [ ] Made sure tests pass (run npm it from the repo root)
  • [ ] Expanded test coverage related to your changes:
    • [ ] Added and/or updated unit tests (if appropriate)
    • [ ] Added and/or updated integration tests (if appropriate)
  • [ ] Updated relevant documentation
  • [ ] Summarized your changes in changelog.md
  • [ ] Linked to any related issues, PRs, etc. below that may relate to, consume, or necessitate these changes

Please also be sure to completed the CLA (if you haven't already).

Learn more about contributing to Architect here.

Thanks again!

ryanblock avatar Sep 05 '23 17:09 ryanblock