mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-10 20:50:30 +01:00
Improve README
This commit is contained in:
parent
29fba6e161
commit
554b96cea8
@ -12,6 +12,7 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
* Python (2.7+ and 3.4+ should work)
|
* Python (2.7+ and 3.4+ should work)
|
||||||
|
* python-dateutil
|
||||||
* PyYAML
|
* PyYAML
|
||||||
* acme\_tiny (`acme_tiny.py` in $PYTHONHOME or $PYTHONPATH or placed next to `acertmgr.py`)
|
* 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/
|
webdir: /var/www/acme-challenge/
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
format: split
|
format: crt
|
||||||
```
|
```
|
||||||
|
|
||||||
* Example domain configuration file:
|
* Example domain configuration file:
|
||||||
@ -40,11 +41,13 @@ defaults:
|
|||||||
---
|
---
|
||||||
|
|
||||||
mail.example.com:
|
mail.example.com:
|
||||||
- user: postfix
|
- path: /etc/postfix/ssl/mail.crt
|
||||||
|
user: postfix
|
||||||
group: postfix
|
group: postfix
|
||||||
perm: '400'
|
perm: '400'
|
||||||
notify: '/etc/init.d/postfix reload'
|
notify: '/etc/init.d/postfix reload'
|
||||||
- user: dovecot
|
- path: /etc/dovecot/ssl/mail.crt
|
||||||
|
user: dovecot
|
||||||
group: dovecot
|
group: dovecot
|
||||||
perm: '400'
|
perm: '400'
|
||||||
notify: '/etc/init.d/dovecot reload'
|
notify: '/etc/init.d/dovecot reload'
|
||||||
|
Loading…
Reference in New Issue
Block a user