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.1.tar.gz (6.2 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.1-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aerix_certbot-0.6.1.tar.gz
  • Upload date:
  • Size: 6.2 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.1.tar.gz
Algorithm Hash digest
SHA256 6b81ae087d2220a2280ca226f3e76a6acf275caac8b33479ad62f097783ea93c
MD5 32ed3177afff8bf242140d7bfbfec903
BLAKE2b-256 e66048752888bb57b4e1f2c41a36b89f545f8bcc32434f84265c90594df69c9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerix_certbot-0.6.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: aerix_certbot-0.6.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c676743e26605fc1e722bffed803c4875cdd2160cd96b643bbe588393e9b41ab
MD5 8cb7f5220ae4b179b93244e8c762e910
BLAKE2b-256 d507a020270d8a16a344094893936358deee8940ebabe174cb84c6992e040213

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerix_certbot-0.6.1-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