Go to file
Jasmine Schladen 4b93c81add Fix typo
2020-12-02 11:46:18 -08:00
docker
docs Add email notifications for CA cert expiry 2020-12-02 09:20:09 -08:00
gulp Do not add urlContextPath to relative path 2020-10-19 22:35:10 +02:00
lemur Fix typo 2020-12-02 11:46:18 -08:00
trustores
.bowerrc
.coveragerc
.gitattributes
.gitignore
.jshintignore
.jshintrc
.pre-commit-config.yaml
.travis.yml better formatting 2020-11-02 15:49:11 -08:00
AUTHORS
bower.json
CHANGELOG.rst preparing for release 0.8.0 2020-11-13 17:37:01 -08:00
config-default.py
docker-compose.yml
Dockerfile
gulpfile.js
LICENSE
Makefile
MANIFEST.in
OSSMETADATA
package.json
README.rst
requirements-dev.in flake8 version 3.8.4 2020-11-04 19:09:34 -08:00
requirements-dev.txt Bump certifi from 2020.6.20 to 2020.11.8 2020-11-09 21:40:24 +00:00
requirements-docs.in
requirements-docs.txt Remove python-ldap from requirements-docs.txt 2020-11-13 17:31:40 -08:00
requirements-tests.in
requirements-tests.txt Bump boto3 from 1.16.9 to 1.16.14 2020-11-09 22:22:52 +00:00
requirements.in
requirements.txt Bump boto3 from 1.16.9 to 1.16.14 2020-11-09 22:22:52 +00:00
setup.cfg
setup.py Merge branch 'master' into feature/acme-http-challenge 2020-11-03 09:36:37 +01:00
tox.ini

Lemur
=====

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/Netflix/lemur
   :target: https://gitter.im/Netflix/lemur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: https://readthedocs.org/projects/lemur/badge/?version=latest
    :target: https://lemur.readthedocs.io
    :alt: Latest Docs

.. image:: https://img.shields.io/badge/NetflixOSS-active-brightgreen.svg

.. image:: https://travis-ci.org/Netflix/lemur.svg
    :target: https://travis-ci.org/Netflix/lemur

.. image:: https://coveralls.io/repos/github/Netflix/lemur/badge.svg?branch=master
    :target: https://coveralls.io/github/Netflix/lemur?branch=master



Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs
and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.

It works on Python 3.7. We deploy on Ubuntu and develop on OS X.


Project resources
=================

- `Lemur Blog Post <http://techblog.netflix.com/2015/09/introducing-lemur.html>`_
- `Documentation <http://lemur.readthedocs.io/>`_
- `Source code <https://github.com/netflix/lemur>`_
- `Issue tracker <https://github.com/netflix/lemur/issues>`_
- `Docker <https://github.com/Netflix/lemur-docker>`_