From 97c6d1c2d84459431fb3efaac1f5a7319fc58ab4 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 5 Apr 2017 01:58:08 -0700 Subject: [PATCH] Small changes in Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a472f6f..f8c687b 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,9 @@ Web UI from. It doesn't have to be same as the one used for Exim(or any MTA). Also, change `ssl_certificate` and `ssl_certificate_key` options to point at your SSL certificate and ceritfiicate keys. If you don't happen to have one, you can get one for free from [Lets Encrypt][9]. They have a very nifty tool called -[certbot][10] that can be used to obtain the SSL certificates typically stored +[certbot][10] that can be used to obtain the SSL certificates (typically stored in the location mentioned above in the configuraiton if you replace -MY_DOMAIN_NAME with your domain name. +MY_DOMAIN_NAME with your domain name). SSL Certificates from Lets Encrypt need to be renewed every 90 days. You can setup a cron job to do the job. I have this small shell script(certbot-renew.sh)