BRT_AN_079 PanL Desk Manager 2.X User Guide
Version 1.0
Document Reference No.: BRT_000377
Clearance No.: BRT#179
52
Copyright © Bridgetek Pte Ltd
f.
Open a terminal or command prompt from the package directory (for example:
PDM_Package_3.1.6
)
Note: If the PDM installation is performed for the first time, then the Docker will be
automatically installed in the server.
g.
If installing PDM Server Software for the first time, please edit the configuration files of the
various services below before installation-
Multi Cast DNS (mDNS) service
a.
Edit the MDNS related parameters in the
“Config.json”
file which is located under the path –
“PDM_Package_x.x.x/initialData/config/mdns/config.json”
. Upon editing the parameters, save
the configuration.
"ip": "10.55.0.20"
Replace this IP address with the PDM server IP address
"pdmServerAddress" : "<organization’s domain name>"
Please do not change any other parameters except for
"ip"
and
"pdmServerAddress
"
Nginx service
b.
If there is a need to change the SSL certificate from the default Bridgetek SSL certificate, first
copy the new certificates to path-
“PDM_Package_x.x.x/initialData/config/nginx/conf.d/ssl”
folder” and change the below highlighted parameters in the
“default.config”
file as per the new
certificate file name and the domain/log credentials as per organization’s domain/log
credentials. By default, Bridgetek SSL certificate is used as shown below:
ssl_certificate /etc/nginx/conf.d/ssl/PDM_nginx_cert.pem;
ssl_certificate_key /etc/nginx/conf.d/ssl/PDM_nginx_key.pem;
ssl_protocols TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
upstream backend {
server pdm:3000 max_fails=20 fail_timeout=600s;
keepalive 128;
}
server { # simple reverse-proxy
listen 4430 ssl;
listen 9881 ssl default_server;
server_name app.<organization’s domain name>;
access_log off;
client_max_body_size 100m;
# pass requests for dynamic content to rails/turbogears/zope,
et al
location / {
proxy_pass https://wmc:8881;
}
}
server { # simple reverse-proxy
listen 56368;
Содержание PanL Desk Manager
Страница 1: ......