项目作者: olivierlemasle

项目描述 :
A Java Certificate Authority (CA), with web GUI and CLI
高级语言: Java
项目地址: git://github.com/olivierlemasle/java-certificate-authority.git
创建时间: 2015-03-14T12:37:04Z
项目社区:https://github.com/olivierlemasle/java-certificate-authority

开源协议:Apache License 2.0

下载


java-certificate-authority

A Java Certificate Authority (CA) with web GUI

Build Status
Build status
Coverity Scan Build Status

This is a work-in-progress!

Components

This work-in-progress app will be a web application to manage a Certificate Authority.

This application is composed of:

  • ca-api,
    a Dropwizard application on the server side;
  • ui,
    an Angular 2 frontend on the client side;
  • java-ca-lib,
    a Java library providing a DSL to simplify the signing and manipulation of SSL
    certificates.

This last component can be used as a standalone Java library. It comes with its
own abstraction layer, and uses both Bouncy Castle
API and Java cryptographic APIs.

More on java-ca-lib…

Using it

Testing it with Docker and docker-compose

This application comes with three Docker containers:

  • a Redis instance,
  • an API instance (backend),
  • a frontend instance (based on Nginx).

Using docker-compose, you can create the
containers with:

  1. docker-compose up

Your web application will be listening on port 80.