Difference between revisions of "How to configure agent to server connection"

Jump to navigation Jump to search
(Created page with "Agent to server connection is a TLS tunnel carrying virtual server to agent connections. = Server Preparation = For TLS tunnel operation server needs certificate (with priva...")
 
Line 6: Line 6:


1. Issue server certificate by your certificate authority.
1. Issue server certificate by your certificate authority.
2. Store CA certificate and server certificate somewhere on server file system. Certificates should be in PEM format, server certificate file should contain private key as well.
2. Store CA certificate and server certificate somewhere on server file system. Certificates should be in PEM format, server certificate file should contain private key as well.
3. Add the following lines to netxmsd.conf:
3. Add the following lines to netxmsd.conf:
   ServerCACertificate = /path/to/ca.crt
   ServerCACertificate = /path/to/ca.crt