mirror of
https://github.com/moepman/acertmgr.git
synced 2025-01-01 06:41:51 +01:00
Fix README mardown syntax
This commit is contained in:
parent
0620cb509d
commit
72c9fe0115
29
README.md
29
README.md
@ -16,20 +16,23 @@ 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
|
||||||
|
webdir: /var/www/challenges/
|
||||||
mode: webdir
|
```
|
||||||
webdir: /var/www/challenges/
|
|
||||||
|
|
||||||
* Example domain configuration file:
|
* Example domain configuration file:
|
||||||
|
|
||||||
---
|
```yaml
|
||||||
|
---
|
||||||
mail.example.com:
|
|
||||||
- user: postfix
|
mail.example.com:
|
||||||
group: postfix
|
- user: postfix
|
||||||
perm: '400'
|
group: postfix
|
||||||
- user: dovecot
|
perm: '400'
|
||||||
group: dovecot
|
- user: dovecot
|
||||||
perm: '400'
|
group: dovecot
|
||||||
|
perm: '400'
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user