Add class to configure generating certificates#449
Conversation
|
See theforeman/foreman-installer#935 for example of how this is intended to be used. |
ekohl
left a comment
There was a problem hiding this comment.
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 <ericdhelms@gmail.com>
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).