Coder Social home page Coder Social logo

easyca's Introduction

General

This project is intended to be used during development only to easily create certificates signed by a custom certificate authority. The aim is to lower the bar of using HTTPS in development, so it will be more accessible to anyone. The main focus is to provide an easy way to create certificates to be used in all major browsers, Android and iOS emulators. We will try to provide detailed instructions for most Linux flavours, and OSX. Unfortunately, Windows Phone emulators and Windows machines are out of scope at the moment; feel free to create a pull request to remedy this shortcoming.

How to create your root certificate

First clone the project and create the root certificate.

  • cd /etc
  • sudo git clone https://github.com/onepesu/easyCA.git
  • cd easyCA
  • sudo make ca/certs/ca.crt

This needs to be done only once.

How to create a server certificate

Then proceed by creating a certificate for each different server you would like to use. The first time you'll try to create a certificate, a key for your host will be created as well.

  • sudo make servers/certs/<server_name>.crt

How to install your certificates

Please follow the wiki instructions for your OS/server/browser combination

easyca's People

Contributors

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