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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aerix_certbot-0.6.3.tar.gz
  • Upload date:
  • Size: 6.1 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.3.tar.gz
Algorithm Hash digest
SHA256 b6fb0f682549d05ac13934a50114410a206465f5ad5a93c522f4f139dc0e77c3
MD5 90f4ebfe10ad59bdf7a3cbd449ea5ef7
BLAKE2b-256 e2b758d79d89722ff34f44f2d6f8dd4ac4cb287b608196c1585541caf42a62af

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: aerix_certbot-0.6.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4be9253a460e8eb842e186d9642259c91f5828cd6effbd70b0cd3381a768fbf8
MD5 1a63bdb1b1efb3a1c89cab8917808764
BLAKE2b-256 463330564794e7e0bee1537909ef6f8d696629983979b1664792478b279fbc44

See more details on using hashes here.

Provenance

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