GithubHelp home page GithubHelp logo

pombredanne / ct-log-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alcutter/ct-log-server

0.0 2.0 0.0 195 KB

An implementation of an RFC6962 Certificate Transparency log server, in Ruby

License: GNU General Public License v3.0

Ruby 100.00%

ct-log-server's Introduction

An implementation of the Certificate Transparency HTTP API, as defined by RFC6962.

System Requirements

To run this application, you will require all of the gems in the Gemfile (bundle install will take care of that for you), and you will also need a local Redis instance (for work queues and caching), and a whole pile of diskspace to store all of the certificates you're going to get.

Development

To get your local development environment up to snuff (install all the gems you need), run:

bundle install --without deployment

Load up the database schema in your dev environment:

rake load_schema

You can now run a local devserver for the API, if you like:

rake devserver

Code lives in lib/; find lib -type f for the full list of files. Everything should be well-commented, so you can discover what's what just by reading each file.

Unit Testing

To begin with, you probably want to fire up guard in a convenient terminal window, to show you what you're breaking as you hack around:

rake guard

All the specs live in spec/.

Licence and copyright statement

Except as otherwise indicated, all code in this git repository is Copyright (C) 2014 Matt Palmer, [email protected].

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as published by
the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

The full terms of the GPLv3 are provided in the file LICENCE.

ct-log-server's People

Contributors

alcutter avatar mpalmer avatar

Watchers

 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.