1
0
mirror of https://github.com/moepman/acertmgr.git synced 2025-01-04 02:35:23 +01:00

Fix README mardown syntax

This commit is contained in:
Markus 2016-01-10 15:27:08 +01:00
parent 0620cb509d
commit 72c9fe0115

View File

@ -16,14 +16,16 @@ The main configuration is read from `/etc/acme/acme.conf`, domains for which cer
All configuration files use yaml syntax. All configuration files use yaml syntax.
* Example global configuration file: * Example global configuration file:
```yaml
--- ---
mode: webdir mode: webdir
webdir: /var/www/challenges/ webdir: /var/www/challenges/
```
* Example domain configuration file: * Example domain configuration file:
```yaml
--- ---
mail.example.com: mail.example.com:
@ -33,3 +35,4 @@ All configuration files use yaml syntax.
- user: dovecot - user: dovecot
group: dovecot group: dovecot
perm: '400' perm: '400'
```