summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-12-31version 0.2.0 - use leap_ca_daemon nowAzul
2012-12-31include functions for retrieving certs from couchAzul
2012-12-17Merge branch 'master' of ssh://leap.se/leap_caelijah
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-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-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-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-03moved CouchChanges and CouchStream into their own filesAzul