Apache2: How to split out the SSL configuration?
- by Klaas van Schelven
In Apache2, I'd like to separately define my SSL-related stuff once, and in a separate file from the rest of the configuration. This is mostly a matter of taste, but it also allows me to include the rest of the configuration in my automatic deployment process.
I.e.: current situation:
# in file: 0000-ourdomain.com.conf (number needs to be low)…