diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-01-02 21:03:20 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-01-02 21:03:20 +0100 |
commit | f29a9d439ff7cb7090068394c2820fcaa36dfb3a (patch) | |
tree | 569be18bc5f901c28561463f90bed05658da5cb7 | |
parent | 386d9a9d6b1137226f40b6ee997cd34173c14c6c (diff) | |
download | pillar-f29a9d439ff7cb7090068394c2820fcaa36dfb3a.tar.xz |
opensmtpd/theos: Change cert paths
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | opensmtpd/theos.sls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opensmtpd/theos.sls b/opensmtpd/theos.sls index ee42b7d..71e0778 100644 --- a/opensmtpd/theos.sls +++ b/opensmtpd/theos.sls @@ -1,8 +1,8 @@ opensmtpd: pki: theos.kyriasis.com: - certificate: /etc/letsencrypt/live/theos.kyriasis.com/fullchain.pem - key: /etc/letsencrypt/live/theos.kyriasis.com/privkey.pem + certificate: /etc/smtpd/certs/fullchain.pem + key: /etc/smtpd/certs/privkey.pem tables: |