mirror of
https://github.com/moepman/acertmgr.git
synced 2025-01-01 04:21:51 +01:00
Improve documentation
This commit is contained in:
parent
025e238213
commit
a8205c47cb
@ -14,7 +14,7 @@ Requirements
|
|||||||
* Python (2.7+ and 3.3+ should work)
|
* Python (2.7+ and 3.3+ should work)
|
||||||
* python-dateutil
|
* python-dateutil
|
||||||
* PyYAML
|
* PyYAML
|
||||||
* pyopenssl
|
* pyOpenSSL
|
||||||
|
|
||||||
Initial Setup
|
Initial Setup
|
||||||
-------------
|
-------------
|
||||||
@ -52,7 +52,6 @@ mode: webdir
|
|||||||
webdir: /var/www/acme-challenge/
|
webdir: /var/www/acme-challenge/
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
format: crt
|
|
||||||
cafile: /etc/acme/lets-encrypt-x3-cross-signed.pem
|
cafile: /etc/acme/lets-encrypt-x3-cross-signed.pem
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -87,7 +86,7 @@ jabber.example.com:
|
|||||||
group: jabber
|
group: jabber
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: key,crt,ca
|
format: key,crt,ca
|
||||||
action: '/etc/init.d/ejabberd restart
|
action: '/etc/init.d/ejabberd restart'
|
||||||
|
|
||||||
www.example.com example.com:
|
www.example.com example.com:
|
||||||
- path: /var/www/ssl/cert.pem
|
- path: /var/www/ssl/cert.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user