# Network Configuration and SSL Certificates

##### SSL Certificates to the enterprise domain

Copy SSL Certificates to the Ubuntu Server and make a note of the key and cert file location.

It will have to be mentioned in the config.json

##### Network Configuration

Allow incoming traffic to the below ports

<table border="1" id="bkmrk-protocol-port-source" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col></colgroup><tbody><tr><td>**Protocol**</td><td>**Port**</td><td>**Source IP**</td></tr><tr><td>TCP (HTTPS)</td><td>443</td><td>All IP in the company network</td></tr><tr><td>SSH</td><td>22</td><td>Only to be used by IT Support Staff</td></tr><tr><td>TCP</td><td>60001 - 62120</td><td>  
</td></tr></tbody></table>