StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 77 forks source link

Support for custom SSL certificate and key (by path) #309

Closed mamercad closed 1 year ago

mamercad commented 2 years ago

There are options for providing st2web_ssl_certificate and st2web_ssl_certificate_key, which work just fine. It would be nice to alternatively provide paths to these files instead (versus the string contents). I'm currently working on a deployment which leverages a separate role to generate the certificate and key and it'd be convenient to be able to reference their paths (versus fetching them into strings to feed to the st2 roles).