You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: