Normally in my vhost blocks I do:
Define SITE example.com
SSLCertificateFile /path/to/${SITE}.crt
SSLCertificateKeyFile /path/to/${SITE}.key
I'm wondering if it's possible to create a variable in Apache that would correspond to my filenames for example.com.crt
and example.com.key
?
I assume not, but it's worth asking to consolidate my vhost blocks.