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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for aioacme-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4a4fd80ed0a68f7cd511818bedd15eb9691f866cb87d28e1ca90abeeac092478
MD5 0721ee910a2c7377c6cff40bd7745574
BLAKE2b-256 6c5c71038bad3cffcab8699a182fc199d9ade07f8828dfdac82d33f88ca3b634

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aioacme-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.6 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e5740495bf366f13c16c4d9ec8b87fec9a4f69e20010ae635aba1321a40ca246
MD5 3fa9195e30c8f3d5ca05735cbfc07926
BLAKE2b-256 c134654294ebfd11657214b1e9f16cd4c5d88772fff8bd2af8b9755c3ada88d9

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