1
0
mirror of https://github.com/moepman/acertmgr.git synced 2024-09-20 23:54:47 +02:00

Improve README

This commit is contained in:
Markus 2016-01-21 16:43:05 +01:00
parent 29fba6e161
commit 554b96cea8

View File

@ -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'