pmg-docs/pmgproxy.adoc
2017-02-22 18:08:28 +01:00

48 lines
1.1 KiB
Plaintext

ifdef::manvolnum[]
pmgproxy(8)
===========
:pmg-toplevel:
NAME
----
pmgproxy - Proxmox Mail Gateway API Proxy Daemon
SYNOPSIS
--------
include::pmgproxy.8-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
pmgproxy - Proxmox Mail Gateway API Proxy Daemon
================================================
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
`pmgdaemon`.
Requests targeted for other nodes are automatically forwarded to those
nodes. This means that you can manage your whole cluster by connecting
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).
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]