CAGo

module
v0.0.0-...-a7af930 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2019 License: Apache-2.0

README

CAGo

A web-based Certificate Authority and Certificate manager.

Features

  • Create RSA and ECDSA Keys and Certificates
    • Create CA Signed or Self-Signed Keys
  • Revoke Certificates
  • Create and host CRLs
  • Create Projects to manage Certificates
  • Create Certificate creation Templates to expedite creation of new certificates
  • Multi-User Platform, can assign users to be a part of a project or assign certificates to a user
  • Polished Web-UI
  • Option to Encrypt Private Keys when downloaded

Dependencies

Building CAGo

(Assumes GOPATH is set)

  • Clone the project
    git clone github.com/cominging/CAGo
  • Get the revel build tools
    go get github.com/revel/cmd/revel
  • Get the related sources
    go get github.com/revel/revel github.com/revel/modules github.com/coopernurse/gorp github.com/mattn/go-sqlite3
  • Build it and save the runnable in directory deploy
    cd CAGo; revel build . deploy

This will create a binary for your system that will run the CAGo webserver. You can change the port information in the conf/app.conf file. Once you run the binary you can go to the given port in your webbrowser to access CAGo (eg. localhost:9000).

*This tool would contain your private keys, you probably won't want to run this as a public facing web server.

Directories

Path Synopsis
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL