mirror of
https://github.com/certbot/certbot.git
synced 2026-03-24 19:35:29 -04:00
12 lines
298 B
Python
12 lines
298 B
Python
"""ACME protocol implementation.
|
|
|
|
This module is an implementation of the `ACME protocol`_. Latest
|
|
supported version: `v02`_.
|
|
|
|
.. _`ACME protocol`: https://github.com/letsencrypt/acme-spec
|
|
|
|
.. _`v02`:
|
|
https://github.com/letsencrypt/acme-spec/commit/d328fea2d507deb9822793c512830d827a4150c4
|
|
|
|
|
|
"""
|