JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q91920F
  • License MIT

One-command local HTTPS setup for teams

Package Exports

  • localssl-cli
  • localssl-cli/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (localssl-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

localssl

One-command local HTTPS for development teams.

Install

npm i -D localssl
npx localssl

Commands

  • localssl / localssl use - initialize + create project cert + configure framework
  • localssl init - initialize machine CA and trust stores
  • localssl status - check expiry and team sync status
  • localssl renew - renew project cert
  • localssl trust - import team public CAs from localssl.json
  • localssl qr - serve CA certificate + print QR for phone install
  • localssl ci - ephemeral cert setup for CI (CI=true)
  • localssl remove - uninstall trust and local files

Team sharing

localssl.json is safe to commit. It stores only public CA certificates.