Skip to content

immediate generation and transmission to proxy #44

@basz

Description

@basz

Hi,

When adding a new certificate (domain) in to the configuration when a lot of 'domains' are configured it may take a relatively long time until the proxy actually receives combined certificates.

The container restarts and begins to validate each and every certificate in its configuration and only when that has fully completed (which may easily take a few minutes) it will generate and transmit the combined certificates to the proxy.

I'm wondering if it would be possible (and easy) to separate these steps into into the following order;

repeat for every domain group. (DOMAIN_XXX)

  • validate all domains in a domain group
  • generate combined certificate
  • transmit to proxy

Additionally but possibly impossible; it would process new/changed domain groups with priority.

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