Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge Validation and Issuance Timing #28

Open
rebortg opened this issue Apr 3, 2024 · 3 comments
Open

Challenge Validation and Issuance Timing #28

rebortg opened this issue Apr 3, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@rebortg
Copy link

rebortg commented Apr 3, 2024

Hey,

i try to get the certificates with traefik and its acme provider. They have a hardcoded 30 sec timeout.
My installation take between 40 and 60 sec. to successfully rollout a Certificate.

Is this time "normal" or should i debug my Infrastructure. And if yes on which parts should is look? Webserver for ACME service or the Issueing CA? The Server are all on the same Switch, so also no Delay on the Wire.

@rebortg rebortg changed the title Performance Performance Question Apr 3, 2024
@glatzert
Copy link
Owner

glatzert commented Apr 3, 2024 via email

@rebortg
Copy link
Author

rebortg commented Apr 4, 2024

this worked like charm, thnak you very much for quick response.

@rebortg rebortg closed this as completed Apr 4, 2024
@glatzert glatzert changed the title Performance Question Challenge Validation and Issuance Timing Apr 4, 2024
@glatzert
Copy link
Owner

glatzert commented Apr 4, 2024

I'm using this to track "real-time issuance".

Plan would be to implement a channel (producer / consumer pattern implementation in .NET), that automatically adds orders to validate and issuance respectively. A "backup" is needed in case the server restarts to pick up orders that have not yet been validated or isseud (depending on their state).

@glatzert glatzert reopened this Apr 4, 2024
@glatzert glatzert added the enhancement New feature or request label Apr 4, 2024
@glatzert glatzert self-assigned this Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants