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.2.0.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

aioacme-0.2.0-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file aioacme-0.2.0.tar.gz.

File metadata

  • Download URL: aioacme-0.2.0.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aioacme-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f22947e2eaa4d8ca9a3567641fb5db2b7e34382c189682b2da8e62ee34277e9b
MD5 d784ce327f9b4db43bb1a1a98bff7cf2
BLAKE2b-256 0579ba070f0ba8529267acf12db4af0e3cf89cf29af79077e278201f6f16c8b5

See more details on using hashes here.

File details

Details for the file aioacme-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: aioacme-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aioacme-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e2755e3019984d15acc2bb596334cede78178d001e8148cedbfa429809c4197
MD5 079aaf38bf9714181d365ed61d97406e
BLAKE2b-256 08b8b7b6735ee2f0740d4da319e6b84118ed7659e1300bfeeed584ee56c729b0

See more details on using hashes here.

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