summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-03renamed --fill-pool option to --run-onceHEADmasterAzul
2012-12-31version 0.2.0 - use leap_ca_daemon nowAzul
2012-12-31renaming binary to leap_ca_daemonAzul
2012-12-31include functions for retrieving certs from couchAzul
2012-12-19Merge remote-tracking branch 'origin/master'Azul
2012-12-19added --fill-pool optionAzul
2012-12-17Merge branch 'master' of ssh://leap.se/leap_caelijah
2012-12-17we need couchdb on travisAzul
2012-12-17highline seems to be dev dependency too.Azul
2012-12-17need rake for running testsAzul
2012-12-17match the cert definition of the webappAzul
2012-12-15fixed bugs with cert generation: use yesterday instead of today (for people ↵elijah
in negative UTC time zones), certs now just use digitalSignature for keyUsage (removed keyAgreement)
2012-11-12first fully working version of leap_caelijah
2012-09-24ported over proper ways of creating certsAzul
Will now use .txt as the extention Returns the actual content on .zipped With tests.
2012-09-24adding yajl dependencyAzul
2012-09-20added Gemfile and gemspecAzul
not sure i want to package this - but gemspec serves as gem list for bundler and doc for now
2012-09-20moved files into own dir and added main leap_ca.rbAzul
Also updated the couchdb.yml.example with more meaningful content
2012-09-20capified and moved bin to own dirAzul
2012-09-19deamonized scriptAzul
you can now call it with leap_ca.rb {start,restart,stop,run} run will run in foreground.
2012-09-11Filling the pool with up to 10 certsAzul
2012-09-11configuring couchDB the CouchRest way and using that for trackingAzul
2012-09-11added config classAzul
2012-09-10minor set constants for SERVER and DATABASEAzul
2012-09-08brought over cert skeleton for filling the poolAzul
* turned the test into a MiniTest * removed all the parts needed for fetching the cert from the pool
2012-09-04added test for CouchStream, made url_for protectedAzul
2012-09-04added first test - requires mochaAzul
We're using mocha because minitest currently does not allow to yield from mocks. See https://github.com/seattlerb/minitest/issues/160
2012-09-03it's not a test - it's the main programAzul
2012-09-03moved CouchChanges and CouchStream into their own filesAzul
2012-09-03refactored the test scriptAzul
CouchStream stores the server and database config and wraps the HttpStream calls CouchChanges sets options to retrieve specifice change feeds
2012-09-03adding initial couchDB filtersAzul
cert - only return cert documents deleted - only return deleted documents. This works nicely with the _changes feed.
2012-09-02use right db and only track new changesAzul
2012-09-01actually listen to the certs db and print the feedAzul
2012-09-01very initial test of tracking couchDB changesAzul
http://joeandmotorboat.com/2010/01/01/fun-with-the-couchdb-_changes-feed-and-rabbitmq/ inspired the basic structure