RayMobile

<< Click to Display Table of Contents >>

RayManageSoft Unified Endpoint Manager > 3.1 > User Guide > Administration > Integrations > Add an Integration 

RayMobile

AddIntegrationRayMobile

 

The following information is needed if a RayMobile integration should be added.

 

ENDPOINT: The IP or URL and the portnumber of the running Docker container created using the Docker image provided in this dialog.

 

In order to integrate RayMobile into RayManageSoft Unified Endpoint Manager it is necessary to create a Docker container.

 

After starting up the container, the PROTOCOL, HOST, and PORT environment variables of the RayMobile proxy need to be provided. It is also necessary that one port of the container is accessible.

 

To create the Docker container and gain the necessary information execute the following steps:

 

1.Download the provided Docker image by clicking on the green button labeled Docker image.

2.Create a DOMAIN which will serve as RayMobile proxy.

3.Obtain an SSL certificate for the domain and place both (certificate and private key) in the certs folder. Take note of the file names.

4.Edit the default.conf file by replacing all the placeholders (marked <<PLACEHOLDER>>). The following placeholders can be found in the file:

 

oserver_name - the selected DOMAIN name

ossl_certificate - name of the certificate file placed in the certs folder (for example: certificate.crt)

ossl_certificate_key - the name of the key file placed in the certs folder (for example: key.key)

oproxy_pass - URL of the RayMobile instance (for example: https://raymobile.company.org:443 [This is not the DOMAIN that has been selected])

oproxy_set_header - the hostname of the URL that can be found in the proxy_pass (for example: raymobile.company.org)

 

5.The proxy is based on nginx server.
For further customizations refer to https://nginx.org/en/docs/.

6.Start the proxy using the following command:
docker-compose up -d

7.The proxy should now be up and running at:
https://DOMAIN:8800

8.Copy the URL of the proxy and paste this URL into the Endpoint field in RayManageSoft Unified Endpoint Manager.