Skip to main content

Async ACME client implementation

Project description

aioacme

PyPI - Status PyPI PyPI - Python Version PyPI - License CI Status codecov

Simple async client for ACME protocol.

Installation

pip install aioacme

Usage

import aioacme
from cryptography.hazmat.primitives import serialization

async def main():
    private_key = serialization.load_pem_private_key(...)
    
    async with aioacme.Client(private_key=private_key, directory_url=...) as client:
        order = await client.new_order([aioacme.Identifier("example.com")])
        ...

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aioacme-0.1.1.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

aioacme-0.1.1-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page