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

Allow setting specific certificate (like the existing wildcard cert) when a domain is reserved #415

Open
justngrok opened this issue Aug 26, 2024 · 0 comments
Labels
enhancement New feature or request needs-triage Issues that need triage

Comments

@justngrok
Copy link

justngrok commented Aug 26, 2024

Description

When creating or setting a host on the ingress controller -- have the ability to assign a certificate to the new domain, instead of going out to Let's Encrypt to get certs.

Example:
If have the wildcard domain, which already has a wildcard certificate:
*.mydomain.com

And I create a new ingress controller with the host.

abc-123-def-456.mydomain.com

I don't want to wait for ngrok to go out to Let's encrypt to get certs, and would like the ability to just apply the wildcard cert that I already have, that matches the new host.

This could be done via the domain CRD? or with an option in the Ingress Controller deployment?

Alternative (may not be ingress-controller-related):
Make it optional to use an existing matching wildcard cert instead of getting a new cert when a new subdomain is reserved.

Use Case

Cromulence spins up/down environments quickly, delay in waiting for certificate that isn't necessary is causing delays in being able to use the environment.

Related issues

No response

@justngrok justngrok added enhancement New feature or request needs-triage Issues that need triage labels Aug 26, 2024
@justngrok justngrok changed the title Cromulence: Allow setting specific certificate (like the existing wildcard cert) when a domain is reserved Allow setting specific certificate (like the existing wildcard cert) when a domain is reserved Aug 28, 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 needs-triage Issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants
@justngrok and others