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

Utilize the openssl module to manage TLS certificate #259

Open
nmaludy opened this issue Dec 21, 2018 · 1 comment
Open

Utilize the openssl module to manage TLS certificate #259

nmaludy opened this issue Dec 21, 2018 · 1 comment
Assignees

Comments

@nmaludy
Copy link
Member

nmaludy commented Dec 21, 2018

Currently we utilize an exec resource to manage the TLS certificate for StackStorm. Instead we should utilize the OpenSSL module https://forge.puppet.com/camptocamp/openssl .

Also, probably be good to add a $manage_ssl_cert option to the ::st2 class in case someone wants to generate their own cert in their own special way.

@nmaludy nmaludy self-assigned this Dec 21, 2018
@nmaludy
Copy link
Member Author

nmaludy commented Jan 4, 2019

Currently we generate this using an exec (bad practice) https://github.com/StackStorm/puppet-st2/blob/master/manifests/profile/web.pp#L42-L47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant