[pmg-devel] [PATCH pmg-docs 1/3] pmgproxy.adoc: fix 2 typos and minor rephrasing

Stoiko Ivanov s.ivanov at proxmox.com
Wed Feb 27 17:29:59 CET 2019


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 pmgproxy.adoc | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/pmgproxy.adoc b/pmgproxy.adoc
index 05bb7ea..7d3c1e3 100644
--- a/pmgproxy.adoc
+++ b/pmgproxy.adoc
@@ -25,7 +25,7 @@ endif::manvolnum[]
 
 This daemon exposes the whole {pmg} API on TCP port 8006 using
 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`.
 
 Requests targeted for other nodes are automatically forwarded to those
@@ -35,11 +35,10 @@ to a single {pmg} node.
 Alternative HTTPS certificate
 -----------------------------
 
-By default, pmgproxy uses the certificate `/etc/pmg/pmg-api.pem` for
-HTTPS connections.  This certificate is a self signed certificate, and
-therefor not trusted by browsers and operating systems by default. You
-can simply replace this certificate with your own (please include the key
-inside the '.pem' file).
+By default, pmgproxy uses the certificate `/etc/pmg/pmg-api.pem` for HTTPS
+connections.  This certificate is self signed, and therefore not trusted by
+browsers and operating systems by default. You can simply replace this
+certificate with your own (please include the key inside the '.pem' file).
 
 
 ifdef::manvolnum[]
-- 
2.11.0




More information about the pmg-devel mailing list