File: README.rst

package info (click to toggle)
txacme 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 5,715; makefile: 189
file content (43 lines) | stat: -rw-r--r-- 1,640 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=====================================================
txacme: A Twisted implementation of the ACME protocol
=====================================================

.. image:: https://readthedocs.org/projects/txacme/badge/?version=stable
   :target: http://txacme.readthedocs.org/en/stable/?badge=stable
   :alt: Documentation Status

.. image:: https://travis-ci.org/twisted/txacme.svg?branch=master
   :target: https://travis-ci.org/twisted/txacme
   :alt: CI status

.. image:: https://codecov.io/github/twisted/txacme/coverage.svg?branch=master
   :target: https://codecov.io/github/twisted/txacme?branch=master
   :alt: Coverage

.. teaser-begin

`ACME`_ is Automatic Certificate Management Environment, a protocol that allows
clients and certificate authorities to automate verification and certificate
issuance. The ACME protocol is used by the free `Let's Encrypt`_ Certificate
Authority.

``txacme`` is an implementation of the protocol for `Twisted`_, the
event-driven networking engine for Python.

``txacme`` is still under heavy development, and currently only an
implementation of the client side of the protocol is planned; if you are
interested in implementing or have need of the server side, please get in
touch!

``txacme``\ ’s documentation lives at `Read the Docs`_, the code on `GitHub`_.
It’s rigorously tested on Python 2.7, 3.4+, and PyPy.

.. _ACME: https://github.com/ietf-wg-acme/acme/blob/master/draft-ietf-acme-acme.md

.. _Let's Encrypt: https://letsencrypt.org/

.. _Twisted: https://twistedmatrix.com/trac/

.. _Read the Docs: https://txacme.readthedocs.io/

.. _GitHub: https://github.com/twisted/txacme