1.0.0 • Published 4 years ago

sslf v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

sslf

Generate and trust a self signed certificate on macOS.

Install

npm i -g sslf

Usage

sslf domain [sub] [sub] ...

For example:

sslf example.com www staging
  1. Would create a self signed certificate for example.com, www.example.com and staging.example.com
  2. Would be stored in /etc/letsencrypt/live/example.com
  3. Would be added to trusted certificates in keychain.

Why is it asking for a password?

An admin password is required in the process because of:

  • writing in the now protected /etc directory
  • trusting the certificate