-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
SSL Cert/Key Template #126
Comments
I'm good with the idea, except for the scope.lookupvar. I know this is scattered throughout the templates, but I really want to pull this out and rely on setting these variables in the manifest itself and have it pass through. (MVC style). What do you think? |
I would much rather them be set in the manifest, but didn't want to disrupt what was currently working so I made it work for both. If you don't need support for that only way, then it is as simple as removing the ternary statement. |
I think you can get away with it w/o calling directly in the template. As long as the default is the |
Hi, please add any relevant comments to #599 regarding how the module will treat SSL certificates going forward. My proposal should mean this wouldn't be an issue anymore. |
It looks like the template for ssl virtual hosts is not including the ssl cert and key correctly. I am a total noob, so sorry if this is wrong and a waste of your time, but I applied a change to
templates/vhost/vhost_ssl_header.erb:10-11
and it appears to work for me now. The change I made looks like this:If you want I can submit a PR, but I didn't want to unless this was an actually worthy change. Let me know! Thanks for the good work.
The text was updated successfully, but these errors were encountered: