Import SSL Certificates
Every enterprise has the necessity to encrypt the data which traverses the internet. Enterprises have gone a step ahead over just using secured methods of communication to transmit corporate data, by acquiring specific third party certificates like SSL. These third party certificates ensures that the corporate data is encrypted in such a way, that only the recipient who owns the certificate can decrypt it. Device Control Plus Server supports using SSL certificates that comes in different file types such as PFX, CER, CRT. Adding these certificates will secure the communication between the Device Control Plus server, managed computers.
Create CSR and Key Files
For Device Control Plus version 11.1.2242.01 and above,
- It is recommended to take a backup of your existing server.key and server.csr files before initiating this process. These files will be overwritten during this process.
- Navigate to <Server_Installed_Directory>/nginx/conf for server.key file.
- Navigate to <Server_Installed_Directory>/bin for server.csr file.(if any generated before)
- Navigate to <Server_Installed_Directory>/bin in command prompt with admin privileges and execute generateCSR.bat file.
- generateCSR.bat executes two operations:
- Creating the .csr and .key files
- Decrypting .key files
- Enter 1 to proceed with .csr and .key file generation.
- Enter the country code by referring to this documentNoteRe-run the batch file if you entered the wrong country code.
For Device Control Plus version below 11.1.2242.01,
- Navigate to server installation directory and access \apache\bin, create a file named opensslsan.conf, and copy the following code into the file:
- Now, in the code, enter the two letter Country Code next to countryName. Check the two letter country code of your country here
- Next, enter the full name of your state or province next to stateOrProvinceName.
- Next to localityName, enter the name of your locality. Specify the name of your organization, next to organizationName.
- Enter the name of your website or domain beside commonName.
- Enter the Subject Alternative Name (SAN) of your website next to DNS entries.
- Execute the openssl command to generate server.csr and private.key.
- To verify the details, use openssl verification command.
Submit the CSR to a Certificate Authority (CA) to Obtain a CA Signed Certificate
- Submit created server.csr to CAs. Check their documentation / website for details on submitting CSRs and this will involve a cost to be paid to the CA
- This process usually takes a few days time and you will be returned your signed SSL certificate and the CA's chain/intermediate certificate as .cer files
- Save these files and rename your signed SSL certificate file to server.crt
- The validity of the certificate should be less than 397 days.
- Only RSA keys are supported in Device Control Plus server.
Upload the 3rd party Certificates to Device Control Plus
- Click Admin tab on the product console
- Under Security Settings, click Manage SSL Certificates
- Browse to upload the certificate that you have received from the vendor (CA).
- Click Save to import the certificate.
You have successfully imported the third party certificates to the Device Control Plus server. These certificates will be used only when "HTTPS" mode is enabled for communication.
Click Admin tab and choose Server Settings, to enable https mode under General Settings. You can now see that the communication between the server and the agents is secure.