Coder Social home page Coder Social logo

ca_tools's Introduction

ca_tools

A script to create test/demo CA signed certs using openssl

build_jks.sh -- builds your custom certificates signed by your demo certificate authority

SAVE_openss.cnf -- custom settings for your certificate and CA. You edit this file

Usage: ./build_jks.sh {keystore-directory} {prefix}

  • where keystore-directory is created releative to the directory you execute build_jks.sh in

./build_jks.sh CERTS

CERTS/
├── jbossIdentityKeystore.jks
├── jbossTrustKeystore.jks
├── jbosscert.pem
├── jbosscert.req
├── jbosscertchain.pem
└── myCA
	├── cacert.pem
	├── certindex.txt
	├── certindex.txt.attr
	├── certindex.txt.old
	├── certs
	│   └── 1000.pem
	├── openssl.conf
	├── private
	│   └── cakey.pem
 	├── serial
	└── serial.old

./build_jks.sh CUSTOM teiid

CUSTOM/
├── myCA
│   ├── cacert.pem
│   ├── certindex.txt
│   ├── certindex.txt.attr
│   ├── certindex.txt.old
│   ├── certs
│   │   └── 1000.pem
│   ├── openssl.conf
│   ├── private
│   │   └── cakey.pem
│   ├── serial
│   └── serial.old
├── teiidIdentityKeystore.jks
├── teiidTrustKeystore.jks
├── teiidcert.pem
├── teiidcert.req
└── teiidcertchain.pem

ca_tools's People

Contributors

gdwinco avatar

Watchers

James Cloos 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.