<!-- Notes: 1. Only post _feature requests_ here. 2. Use the appropriate template for _bug reports_. 3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode. 4. Feel free to suggest improvements to this template by reporting an issue or submitting a PR. The source of this template is: - https://github.com/saltstack-formulas/.github/blob/master/.github/ISSUE_TEMPLATE/feature_request.md --> ### Is your feature request related to a problem? * `SSLCertificateChainFile` has been obsolete with version 2.4.8 of Apache, Note can be found in the link below https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatechainfile * Has been replaced by `SSLCACertificateFile`, `SSLCertificateFile` (has been extended to support CA certificates), and `SSLCACertificatePath` https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcacertificatefile https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcacertificatepath ### Describe the solution you'd like Adding support for at least `SSLCACertificateFile`, and possibly `SSLCACertificatePath` ### Describe alternatives you've considered N/A ### Additional context
Is your feature request related to a problem?
SSLCertificateChainFilehas been obsolete with version 2.4.8 of Apache, Note can be found in the link belowhttps://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatechainfile
Has been replaced by
SSLCACertificateFile,SSLCertificateFile(has been extended to support CA certificates), andSSLCACertificatePathhttps://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcacertificatefile
https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcacertificatepath
Describe the solution you'd like
Adding support for at least
SSLCACertificateFile, and possiblySSLCACertificatePathDescribe alternatives you've considered
N/A
Additional context