Giter VIP home page Giter VIP logo

ca-helpers's Introduction

This is a collection of quick and dirty certificate authority scripts for running your own CA with openssl. This is largely based on the guide at https://jamielinux.com/docs/openssl-certificate-authority/index.html

[ GETTING STARTED ] Before starting you should update the CRL location inside of ./openssl-intermediate.conf

By default it looks like this: crlDistributionPoints = URI:http://10.131.40.99/intermediate.crl.pem

[ DIRECTORIES AND FILES ]

./ca-chain.cert.pem is the certificate authority chain. Upload this to your browser/server/client so the CA will be accepted.

./root/ is the root certificate authority. The root certificate is self signed and has permission to sign other certificate authoritys and site certificates

./intermeidate/ is the intermediate certificate authority. This CA is signed by the root CA and can sign certificates

./sites/ are where all of your signed certificates live

OCSP not yet implimented

[ QUICKSTART ]

Run ./kitchen_sink.sh to generate a root CA, generate an intermediate CA then generate a server certificate

ca-helpers's People

Watchers

James Cloos avatar Ryan 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.