Code Monkey home page Code Monkey logo

sslcertgenerate's Introduction

Quick SSL Generation

Use these script to quickly create a new Certificate Authority and generate individual site SSL certificates for use on MAMP or local development servers.

Inspired by this site and my inability to remember these openssl instructions.

Requires

  • OpenSSL
  • Ability to install CA root certificate in browser or OS (admin rights)

Instruction

  1. Set local environment variable CERTSDIR where all cert files will be held. By default will install in .cert directory in home folder.
  2. Run ./create-ca.sh with a single parameter which is the name of the CA key and cert. E.g. create-ca.sh rootCA
  3. Then generate site certs using ./create-cert.sh using first parameter to identify the root CA file names and the second as the name for the site certificate files. E.g. create-cert.sh rootCA site.local
  4. To use install the CA root certificate as trusted in your browser or OS. Then enable SSL on the local development server using the generated certificates.

How-To Install Trusted CA Root Certificates

sslcertgenerate's People

Contributors

ikphilip avatar

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.