GithubHelp home page GithubHelp logo

local-ca's Introduction

Local CA

Local CA is a simple command line tool to create locally trusted certificates for your development websites. Written in PHP.

Requirements

Installation

Download PHAR Binary

Download the latest PHAR file from the releases page:

wget -q https://github.com/gilbitron/local-ca/releases/download/0.2.0/local-ca.phar

Then, make the PHAR file executable:

chmod +x local-ca.phar

You can now either use the PHAR by running local-ca.phar, or you can install it globally:

mv local-ca.phar /usr/local/bin/local-ca

Composer Global Install

Install Local CA globally using composer:

composer global require gilbitron/local-ca

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the local-ca executable can be located by your system. In macOS this is $HOME/.composer/vendor/bin.

Usage

First, you need to install Local CA as a locally trusted certificate authority:

local-ca install

This will generate a root primary key and certificate that will be used to sign the development certificates. All keys are generated using 2048 bit RSA encryption.

Next, generate a development certificate by using the new command and passing a domain:

local-ca new example.test

This will generate a development primary key and certificate, signed and trusted by the root, that you can use in your development sites. Certificates are valid for 365 days.

Credits

Local CA was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.