Enable SSL on UDM Pro Server (On-Prem)

Follow the below steps to enable SSL on the UDM Pro server:

  1. Acquire the Certificate in pfx or pkcs12 format.

  2. On the server and copy the certificate into "C:\ProgramData\Event Zero\UDM Pro" directory.

  3. On the server, open notepad as administrator. You can do this by clicking on start > search for notepad > In the results, right click on notepad and click 'Run as administrator'.

  4. In notepad, click file > open. Navigate to C:\ProgramData\Event Zero\UDM Pro and open the Properties.ini file.

  5. Add the following lines to the bottom of the document:
    SERVER_PORT=443

  6. server.ssl.key-store=C:\ProgramData\Event Zero\UDM Pro\<cert>.pfx
    server.ssl.key-store-password=<certificate password>
    server.ssl.keyStoreType=PKCS12

  7. Save the file and quit Notepad.

  8. Click Start > search for 'Services' and open it.

  9. Search for 'EZ UDM Pro' and restart the service.    

  10. If the UDM bridges have already been setup you will need to go back to the Bridge Configuration Manager on each bridge server and change the server root URL to https:

Note

On the bridge, if you are using an internal certificate. You will need to upload it using the Bridge configuration manager and restart the bridge. You will find the upload option underneath the server URL section. https://enoten.atlassian.net/wiki/spaces/EUDMDOC/pages/97073629