mirror of
https://github.com/moepman/acertmgr.git
synced 2025-01-01 05:31:51 +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
|
group: dovecot
|
||||||
perm: '400'
|
perm: '400'
|
||||||
action: '/etc/init.d/dovecot reload'
|
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
|
Security
|
||||||
|
Loading…
Reference in New Issue
Block a user