Git Product home page Git Product logo

mk.certificategenerator's Introduction

MK.CertificateGenerator

A tool to create self signed Certificate Authority and Server Certificate using OpenSSL. Note: Those certificates should only be used for private/development usage! Use an offical CA for your public pages!

Was tested February 2022 with iOS Version 15.2.1, macOS 11.2.2 and Windows 10.

Kudos to TechSchool. Their video Create & sign SSL/TLS certificates with openssl was used as a source to generate this tool.

Usage

  1. Clone Repo
  2. Add all required url´s to server-ext.cnf
  3. Update line 10 with data of your own CA. The values must not be realistic domains/names.
  4. Update line 16 with data of your server. So enter the planned domain (e.g. myserver.mydomain.com). The values must not be realistic domains/names but if you configure it in your own domain, you cannot reach them in the public Internet anymore.
  5. Run chmod +x gen.sh - This makes the script executable
  6. Run ./gen.sh
  7. Generated documents should appear in same folder
  • ca-cert.srl --> Serialnumber of the generated CA
  • ca-cert.pem --> The CA´s certificate used for server certificate generation
  • ca-key.pem --> The CA´s private key used for server certificate generation
  • server-req.pem --> The request created via line 16
  • serer-cert.pem --> The server certificate
  • server-key.pem --> The server private key
  • ca-cert.cer --> The CA´s certificate used for server certificate generation (windows format as .cer)

mk.certificategenerator's People

Contributors

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