Project

local

0.0
Repository is archived
No release in over a year
LoCAl is a local certificate authority which can generate and renew certificates.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5.3
~> 5.0.1
 Project Readme

Local

LoCAl is a daemon which acts as a local Certificate Authority. It can have a self-signed certificate and can issue certificates.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add local

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install local

Usage

Run exe/local to start the program.

Configuration

ENV

The available ENV variables are:

Name Type Default value Description
CONFIG_FILE string (path) The path of the config file.
LOG_FILE_PATH string (path) ./local.log The path of the log file.

Configuration file

An example configuration file can be found in the repository.

Development

This repository contains a .ruby_version file for rbenv. To avoid errors due to a different Ruby version, I encourage you to use rbenv and, if necessary, install the version defined in .ruby_version.

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/asperan/local.

References

These are the main sites where I got the knowledge:

License

LoCAl is distributed under the terms of the GNU Affero General Public License v3.0.