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 user to provide certs for OpenShift #25

Open
jaredhocutt opened this issue Nov 29, 2018 · 1 comment
Open

Allow user to provide certs for OpenShift #25

jaredhocutt opened this issue Nov 29, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jaredhocutt
Copy link
Owner

Currently, LetsEncrypt is used to generate certs for the OpenShift API and a wildcard for the OpenShift router. However, LetsEncrypt only allows 50 certs per week to be generated per base doman (i.e. redhatgov.io) which was hit this week.

I have already added support to disable LetsEncrypt cert generation by setting letsencrypt_cert_generation to no. To be able to work around this issue for now.

Having an option for the user to specify a cert to use instead of generating them would be beneficial when many clusters are being spun up so that a single cert that serves all hosts can be used instead of creating an individual cert for each cluster.

@jaredhocutt jaredhocutt added the enhancement New feature or request label Nov 29, 2018
@deversmann
Copy link

In the mean time, NAPS also appears to have ansible.io in the Route53 managed domains. Maybe some of us could try to use it too. Spread the love and all.

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