-
Notifications
You must be signed in to change notification settings - Fork 40
Add class to configure generating certificates #449
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
Conversation
|
See theforeman/foreman-installer#935 for example of how this is intended to be used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see this before, but I recall a long time ago that I already discussed something like this with @timogoebel. Then we talked about making it a define so you could easily declare it for multiple hosts.
In effect this is a more configurable version of certs::foreman_proxy_content.
We could even go a step further and generalize it to make certs_tar an optional parameter.
|
@evgeni What do you think about merging this in to then proceed with the certs command in the installer? |
Signed-off-by: Eric D. Helms <[email protected]>
yes please |
Smash that review button. |

The intent of this class is to allow generating any number of the sets of certificates from this module in a simple way. This is also a way to work around the fact that parsing params by Kafo doesn't cleanly work on classes such as
certs::apache(see #424).