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 localsslCommands
localssl/localssl use- initialize + create project cert + configure frameworklocalssl init- initialize machine CA and trust storeslocalssl status- check expiry and team sync statuslocalssl renew- renew project certlocalssl trust- import team public CAs fromlocalssl.jsonlocalssl qr- serve CA certificate + print QR for phone installlocalssl 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.