pmgproxy.adoc: fix 2 typos and minor rephrasing

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-02-27 17:29:59 +01:00 committed by Dietmar Maurer
parent c6e2784859
commit 206ef99882

View File

@ -25,7 +25,7 @@ endif::manvolnum[]
This daemon exposes the whole {pmg} API on TCP port 8006 using This daemon exposes the whole {pmg} API on TCP port 8006 using
HTTPS. It runs as user `www-data` and has very limited permissions. HTTPS. It runs as user `www-data` and has very limited permissions.
Operation requiring more permissions are forwarded to the local Operations requiring more permissions are forwarded to the local
`pmgdaemon`. `pmgdaemon`.
Requests targeted for other nodes are automatically forwarded to those Requests targeted for other nodes are automatically forwarded to those
@ -35,11 +35,10 @@ to a single {pmg} node.
Alternative HTTPS certificate Alternative HTTPS certificate
----------------------------- -----------------------------
By default, pmgproxy uses the certificate `/etc/pmg/pmg-api.pem` for By default, pmgproxy uses the certificate `/etc/pmg/pmg-api.pem` for HTTPS
HTTPS connections. This certificate is a self signed certificate, and connections. This certificate is self signed, and therefore not trusted by
therefor not trusted by browsers and operating systems by default. You browsers and operating systems by default. You can simply replace this
can simply replace this certificate with your own (please include the key certificate with your own (please include the key inside the '.pem' file).
inside the '.pem' file).
ifdef::manvolnum[] ifdef::manvolnum[]