Skip to content

Support for variables in acme_certificate identifiers #104

@xdmitry

Description

@xdmitry

Feature Overview

Currently, the acme_certificate directive in ngx_http_acme_module requires static identifiers or automatically inherits them from the server_name directive. This prevents the module from being used in truly dynamic, multi-tenant environments where domain names are determined at runtime (e.g., via the $host variable or other custom variables).

Allowing "acme_certificate issuer $host [key=alg[:size]];" would enable NGINX to automatically handle certificate issuance for any domain pointed at the server, provided it passes validation.

Alternatives Considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions