-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add ssl_proxy_machine_cert_chain param to vhost class #2072
Add ssl_proxy_machine_cert_chain param to vhost class #2072
Conversation
Added the Apache vhost proxy config option SSLProxyMachineCertificateChainFile. Reference: https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslproxymachinecertificatechainfile
Codecov Report
@@ Coverage Diff @@
## main #2072 +/- ##
=======================================
Coverage ? 58.49%
=======================================
Files ? 12
Lines ? 212
Branches ? 0
=======================================
Hits ? 124
Misses ? 88
Partials ? 0 Continue to review full report at Codecov.
|
| @@ -9070,6 +9070,20 @@ apache::vhost { 'sample.example.net': | |||
|
|
|||
| Default value: `undef` | |||
|
|
|||
| ##### `ssl_proxy_machine_cert_chain` | |||
|
|
|||
| Data type: `Any` | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice if we could have this as Stdlib::Absolutepath… eventually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with your comment @igalic , however, happy enough to merge now.
Thanks for the enhancement @AbelNavarro 👍
Added the Apache vhost proxy config option SSLProxyMachineCertificateChainFile.
Reference: https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslproxymachinecertificatechainfile