From 554b96cea8334a95f1fa808fe0b5584ee8957935 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Thu, 21 Jan 2016 16:43:05 +0100 Subject: [PATCH] Improve README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c88edb..2eacee5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Requirements ------------ * Python (2.7+ and 3.4+ should work) + * python-dateutil * PyYAML * acme\_tiny (`acme_tiny.py` in $PYTHONHOME or $PYTHONPATH or placed next to `acertmgr.py`) @@ -31,7 +32,7 @@ mode: webdir webdir: /var/www/acme-challenge/ defaults: - format: split + format: crt ``` * Example domain configuration file: @@ -40,11 +41,13 @@ defaults: --- mail.example.com: -- user: postfix +- path: /etc/postfix/ssl/mail.crt + user: postfix group: postfix perm: '400' notify: '/etc/init.d/postfix reload' -- user: dovecot +- path: /etc/dovecot/ssl/mail.crt + user: dovecot group: dovecot perm: '400' notify: '/etc/init.d/dovecot reload'