You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
Additionally but possibly impossible; it would process new/changed domain groups with priority.
The text was updated successfully, but these errors were encountered: