mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-13 06:45:24 +01:00
Documentation: add more examples
This commit is contained in:
parent
625ae67f47
commit
5ff9f60cdb
22
README.md
22
README.md
@ -80,6 +80,28 @@ mail.example.com:
|
||||
group: dovecot
|
||||
perm: '400'
|
||||
action: '/etc/init.d/dovecot reload'
|
||||
|
||||
jabber.example.com:
|
||||
- path: /etc/ejabberd/server.pem
|
||||
user: jabber
|
||||
group: jabber
|
||||
perm: '400'
|
||||
format: key,crt,ca
|
||||
action: '/etc/init.d/ejabberd restart
|
||||
|
||||
www.example.com:
|
||||
- path: /var/www/ssl/cert.pem
|
||||
user: apache
|
||||
group: apache
|
||||
perm: '400'
|
||||
action: '/etc/init.d/apache2 reload'
|
||||
format: crt,ca
|
||||
- path: /var/www/ssl/key.pem
|
||||
user: apache
|
||||
group: apache
|
||||
perm: '400'
|
||||
action: '/etc/init.d/apache2 reload'
|
||||
format: key
|
||||
```
|
||||
|
||||
Security
|
||||
|
Loading…
Reference in New Issue
Block a user