diff options
author | System administrator | 2020-12-01 11:45:03 +0100 |
---|---|---|
committer | System administrator | 2020-12-01 11:45:03 +0100 |
commit | bb4117f666ed9f996eaae33d125f52ef45ed6349 (patch) | |
tree | e0a7de2ec31a6c23582db5027dae331386b0a4d3 /conf.d | |
parent | a7d33265b2aa39f2ea8559b1bfffbe060ef9dc65 (diff) | |
download | exim-bb4117f666ed9f996eaae33d125f52ef45ed6349.tar.gz |
expose TLS certificate and private key paths separately
To avoid assuming the file names under a directory.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/010_main.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf index b04e9f5..3162f62 100644 --- a/conf.d/010_main.conf +++ b/conf.d/010_main.conf | |||
@@ -56,8 +56,8 @@ tls_advertise_hosts = * | |||
56 | # need the first setting, or in separate files, in which case you need both | 56 | # need the first setting, or in separate files, in which case you need both |
57 | # options. | 57 | # options. |
58 | 58 | ||
59 | tls_certificate = CERTDIR/$primary_hostname.crt | 59 | tls_certificate = TLS_CERTIFICATE_FILE |
60 | tls_privatekey = CERTDIR/$primary_hostname.pem | 60 | tls_privatekey = TLS_PRIVATE_KEY_FILE |
61 | 61 | ||
62 | # In order to support roaming users who wish to send email from anywhere, | 62 | # In order to support roaming users who wish to send email from anywhere, |
63 | # you may want to make Exim listen on other ports as well as port 25, in | 63 | # you may want to make Exim listen on other ports as well as port 25, in |