GithubHelp home page GithubHelp logo

doytsujin / openssl-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tdharris/openssl-toolkit

0.0 1.0 0.0 33 KB

This is an OpenSSL certificate toolkit, a simple cli utility leveraging OpenSSL's CLI for Linux.

License: MIT License

Shell 100.00%

openssl-toolkit's Introduction

openssl-toolkit

This is an OpenSSL certificate toolkit utility leveraging OpenSSL's CLI for Linux. This is a simple wrapper utility for OpenSSL CLI to help automate common certificate tasks.

Download openssl-toolkit-1.1.0.zip or see below one-liner to download, extract, launch:

echo https://github.com/tdharris/openssl-toolkit/releases/download/1.1.0/openssl-toolkit-1.1.0.zip \
| xargs wget -qO- -O tmp.zip && unzip -o tmp.zip && rm tmp.zip && ./openssl-toolkit/openssl-toolkit.sh

The following tasks are supported:

  1. Create certificates:

    • Self-Signed SSL Certificate (key, csr, crt)
    • Private Key & Certificate Signing Request (key, csr)
    • PEM from previous certificates (key, crt, intermediate crts)
  2. Convert certificates:

    • PEM -> DER
    • PEM -> P7B
    • PEM -> PFX
    • DER -> PEM
    • P7B -> PEM
    • P7B -> PFX
    • PFX -> PEM
  3. Verify certificates:

    • CSR is signed by private key
    • Public certificate and private key are a keypair
    • 3rd party intermediate chain file and signed public certificate are a keypair
    • Check date validity of certificates
  4. Test ssl server:

    • SSL Certificate handshake
    • SSL Server date validity
    • Permitted Protocols
  5. Output certificate information:

    • Output the details from a certifticate sign request
    • Output the details from a signed certificate

openssl-toolkit's People

Contributors

tdharris avatar

Watchers

 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.