Skip to main content

Certbot authenticator plugin for Aerix HTTP-01 challenge responder

Project description

Aerix Certbot Plugin

This repository provides a Certbot authenticator plugin that writes HTTP-01 challenge responses into Aerix's built-in ACME responder directory structure (/var/lib/aerix/<domain>/<token>). Once the files are written, Aerix serves them at http://<domain>/.well-known/acme-challenge/<token> automatically before any other routing or redirects, allowing Certbot to complete domain validation without manual web server configuration.

Installation

Install the plugin into the same Python environment that runs Certbot. When published to PyPI you can install it directly:

pip install aerix-certbot

If you are working from a checkout of this repository, run pip install . instead to install from the local sources.

You can confirm Certbot sees the plugin with:

certbot plugins

Usage

Run Certbot with the Aerix authenticator selected. The plugin writes challenge files to /var/lib/aerix/<domain>/<token>, which Aerix serves automatically at /.well-known/acme-challenge/<token> before routing or redirects.

Use --aerix-debug to log where the plugin writes and removes challenge files:

certbot certonly \
  --authenticator aerix \
  --aerix-debug \
  --agree-tos \
  -m admin@example.com \
  -d example.com

When running certbot renew, the plugin restarts the Aerix service after it cleans up challenge files so Aerix can pick up any state changes.

Certbot writes the validation file to /var/lib/aerix/example.com/<token>, which Aerix serves automatically at http://example.com/.well-known/acme-challenge/<token>.

Uninstallation

To remove the plugin from the Certbot environment:

pip uninstall aerix-certbot

Notes

  • The plugin only supports HTTP-01 challenges.
  • Certbot must have permission to create files under /var/lib/aerix.

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

aerix_certbot-0.6.2.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aerix_certbot-0.6.2-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file aerix_certbot-0.6.2.tar.gz.

File metadata

  • Download URL: aerix_certbot-0.6.2.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aerix_certbot-0.6.2.tar.gz
Algorithm Hash digest
SHA256 034f579f42b5c2fc57bfe1f2c6d124f077f97096c9895cab236a095d9742b6ec
MD5 a0cb5313bb04903311df13223d3e86cf
BLAKE2b-256 2fd3d341bfa03f0af400cf8a9d5081f5c65ef3e974eeed25bf1d387ce119b042

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerix_certbot-0.6.2.tar.gz:

Publisher: python-publish.yml on valexcloud/aerix-certbot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aerix_certbot-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: aerix_certbot-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aerix_certbot-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 410efed37f6cbedb3134a29c1a9715985bf563944d2ed020f66927709eec6159
MD5 8ebc9764f6c0ad050570790659239388
BLAKE2b-256 b621802133a61e84c771ef6a1923a896d2ff05d70391fb7752eba8fd50bde0ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerix_certbot-0.6.2-py3-none-any.whl:

Publisher: python-publish.yml on valexcloud/aerix-certbot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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