GithubHelp home page GithubHelp logo

t08094a / ca-script Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linuxm0nk3ys/ca-script

0.0 1.0 1.0 16 KB

A little Bash script to create, sign, revoke, verify and export certificate

Shell 100.00%

ca-script's Introduction

CA script

A little Bash script to create, sign, revoke, verify and export certificate. This version is a stable version. But maybe some features are not implemented. I appriciate any suggestions or bug reports.

Feel free to modify the script or to fork the script.

Requirements

The script uses the following linux commands:

  • bc
  • cat
  • cut
  • dd
  • egrep
  • find
  • grep
  • openssl
  • sed
  • shred
  • sort
  • stat
  • tr
  • uniq

Usage

To start the script just start the ca.sh.

The script "ca.sh" will read the openssl.cnf and parse it to get the CA sections (You can change the path to the openssl.cnf by changing the value of the "OPENSSLCONF" in "ca.sh").

You can change the default values for most of the parameters in "conf.sh".

Signed certificates will be stored in "newcerts" and "certs". The name of the certificate in "newcerts" will be the actual serial number of the CA. The name of certificates in "certs" will be renamed to the common name.

Exported certificates "PKCS#12" will be stored in "private".

  • The CA Sections within the openssl.cnf have to start with the string "CA_".
  • Generated keys will be stored in the "private" directory of the current used CA.
  • The extension of the keys have to be "key"
  • The extension of the certificate signing request have to be "csr"

ca-script's People

Contributors

linuxm0nk3ys avatar

Watchers

James Cloos avatar

Forkers

mjanker4247

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.