Giter Club home page Giter Club logo

certificate-authority-tools's Introduction

Certificate Authority Tools

This project is a wrapper around some OpenSSL commands. It should represent a tool, that helps you set up a root certificate authority with multiple signing certificate authorities. These certificate authorities can be used to generate and sign server certificates.

This is very useful if you want to have valid SSL certificates for your local development. You can simply serve your projects locally with the generated server certificates. In addition, you have to add the certificate of the root certificate authority to your machine aside the other already existing root certificates, so that the server certificates can be validated and trusted.

Table of content

Requirements

  • Python 3
  • OpenSSL

Setup

  1. Clone the repository somewhere on your machine (ex. ~/Projects/Certificate-Authority-Tools)
  2. Create a folder where you want to generate all the keys and certificates (ex. ~/Certificates)
  3. Go to the new folder where you want to generate all the keys and certificates and execute the following commands (ex. ~/Certificates)

Commands

Using the following commands you can generate root CAs, sigining CAs and server certificates.

Root CA

Execute the following command to generate a root CA:

python3 ~/Projects/Certificate-Authority-Tools/create-root-ca.py root-ca

Signing CA

Execute the following command to generate a signing CA:

python3 ~/Projects/Certificate-Authority-Tools/create-signing-ca.py root-ca signing-ca-01

Server Certificate

Execute the following command to generate a server certificate:

python3 ~/Projects/Certificate-Authority-Tools/create-server-certificate.py signing-ca-01 www.krumer.it

Information

About Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.

Support

For support, please contact [email protected].

Credits

License

The MIT License (MIT). Please see the license file for more information.

certificate-authority-tools's People

Contributors

alexlanz avatar moritzmock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.