Skip to content

Releases: luizbizzio/local-https

v1.0.0

18 Feb 07:40
Immutable release. Only release title and notes can be modified.
ee6d9bc

Choose a tag to compare

Local-HTTPS

Overview

local-https is a utility to automate local HTTPS for self-hosted services.
It generates and manages a local Root Certificate Authority, issues certificates with SAN support, and keeps them renewed automatically.

This release marks the first stable version with a defined workflow and expected behavior.

What it does

  • Generates a local Root Certificate Authority (Root CA)
  • Issues local HTTPS certificates with SAN support
  • Installs the Root CA into the system trust store
  • Automatically renews certificates before expiration
  • Restarts dependent services when certificates change
  • Designed for local development and self-hosted environments

Intended use

  • Home labs
  • Local development
  • Self-hosted services on trusted networks

This tool assumes full control of the local system and should only be used on machines you trust.

Installation

Use the installer script pinned to this release:

curl -fsSL https://raw.githubusercontent.com/luizbizzio/local-https/v1.0.0/install.sh | bash

Notes

  • This tool modifies system trust stores and certificate files
  • Review the scripts before installing
  • Behavior is stable, but internal implementation may evolve

License

See LICENSE file in the repository.