ESET Online Help

Search English
Select the category
Select the topic

Custom certificates with ESET PROTECT

If you have your own PKI (public key infrastructure) and want ESET PROTECT to use your custom certificates for communication between components, see the example below. This example is performed on Windows Server 2012 R2. Screen shots may vary on other versions of Windows, however the general procedure is unchanged.


warning

Do not use certificates with a short validity (for example, Let's Encrypt that are valid for 90 days) to avoid the complex procedure of their frequent replacement.

If you manage mobile devices, we do not recommend using self-signed certificates (including certificates signed by the ESET PROTECT CA) because not all mobile devices let users accept self-signed certificates. We recommend using a custom certificate provided by a third-party Certification Authority.


note

You can use OpenSSL to create new self-signed certificates. For more information, see our Knowledgebase article.

Required server roles:

Active Directory Domain Services.

Active Directory Certificate Services with the Standalone Root CA installed.

 

1.Open Management Console and add Certificates Snap-ins:

a)Log on to the server as a member of the local Administrator group.

b)Run mmc.exe to open Management Console.

c)Click File and select Add/Remove Snap-in… (or press CTRL+M).

d)Select Certificates in the left pane and click Add.

using_custom_certificate_02

e)Select Computer Account and click Next.

f)Make sure Local Computer is selected (default) and click Finish.

g)Click OK.

2.Create a Custom Certificate Request:

a)Double-click Certificates (Local Computer) to expand it.

b)Double-click Personal to expand it. Right-click Certificates and select All Tasks > Advanced Operations and choose Create Custom Request.

using_custom_certificate_05

c)The Certificate Enrollment wizard window will open, click Next.

d)Select Proceed without enrollment policy and click Next to continue.

using_custom_certificate_06

e)Choose (No Template) Legacy Key from the drop-down list and make sure that the PKCS #10 Request format is selected. Click Next.

using_custom_certificate_07

f)Click the arrow to expand the Details section and then click Properties.

using_custom_certificate_08

g)In the General tab, type in a Friendly name for your certificate, you can also type a Description (optional).

h)In the Subject tab, do the following:

In Subject name section, select Common Name from the drop-down list under Type, type era server in the Value field and then click Add. CN=era server will appear in the information box on the right. If you are creating a certificate request for ESET Management Agent type era agent in the Common name value field.


important

The Common Name must contain one of these strings: "server"or "agent", depending on which Certificate Request you want to create.

i)In the Alternative name section, choose DNS from the drop-down list under Type and type * (asterisk) into the Value field, then click the Add button.


important

Subject Alternative Name (SAN) should be defined as "DNS:*" for ESET PROTECT Server and for all the Agents.

using_custom_certificate_09

j)In the Extensions tab, expand the Key usage section by clicking the arrow. Add the following from the Available options: Digital signature, Key agreement, Key encipherment. Deselect Make these key usages critical.


important

Make sure to select these 3 options under Key usage > Key certificate signing:

Digital signature

Key agreement

Key encipherment

using_custom_certificate_10

k)In the Private Key tab, do the following:

i.Expand the Cryptographic Service Provider section by clicking the arrow. A list of all cryptographic service providers (CSPs) will be displayed. Make sure that only Microsoft RSA SChannel Cryptographic Provider (Encryption) is selected.


note

Deselect all CSPs other than Microsoft RSA SChannel Cryptographic Provider (Encryption).

using_custom_certificate_11

i.Expand the Key Options section. In the Key size menu, set a value of at least 2048. Select Make private key exportable.

ii.Expand the Key Type section and select Exchange. Click Apply and check your settings.

l)Click OK. Certificate information will be displayed. Click the Next button to continue. Click Browse to select the location where the certificate signing request (CSR) will be saved. Type the filename and make sure that Base 64 is selected.

using_custom_certificate_12

m)Click Finish to generate the CSR.

 

3.To import your custom certificate request, follow the steps below:

a)Open Server Manager and click Tools > Certification Authority.

b)In the Certification Authority (Local) tree, select Your Server (usually FQDN) > Properties and then select the Policy Module tab. Click Properties and select Set the certificate request status to pending. The administrator must explicitly issue the certificate. Otherwise, it will not work properly.You must restart Active Directory certificate services if you need to change this setting.

using_custom_certificate_13

c)In the Certification Authority (Local) tree, select Your Server (usually FQDN) > All Tasks > Submit new request and navigate to your previously generated CSR file from step 2.

d)The certificate will be added under Pending Requests. Select the CSR in the right navigation pane. In the Action menu, select All Tasks > Issue.

using_custom_certificate_14

4.Export Issued Custom Certificate to .tmp file.

a)Select Issued Certificates in the left pane. Right-click the certificate you want to export and click All Tasks > Export Binary Data.

b)In the Export Binary Data dialog, choose Binary Certificate from the drop-down list. In Export options, click Save binary data to a file and then click OK.

using_custom_certificate_15

c)In the Save Binary Data dialog box, move to the file location where you want to save the certificate and then click Save.

5.Import the .tmp file.

a)Navigate to Certificate (Local Computer) > right-click Personal and select All Tasks > Import.

b)Click Next.

c)Locate your saved .tmp binary file using Browse and click Open. Select Place all certificates in the following store > Personal. Click Next.

d)Click Finish to import the certificate.

6.Export the Certificate including a private key to .pfx file.

a)In Certificates (Local Computer) expand Personal and click Certificates, select your new certificate that you want to export, on the Action menu, point to All Tasks > Export.

b)In the Certificate Export Wizard, click Yes, export the private key. (This option will appear only if the private key is marked as exportable and you have access to the private key.)

c)Under Export File Format, select Personal Information Exchange -PKCS #12 (.PFX), select the check box next to Include all certificates in the certification path if possible and then click Next.

using_custom_certificate_16

d)Password, type a password to encrypt the private key you are exporting. In the Confirm password field, type the same password again and then click Next.


warning

The certificate passphrase must not contain the following characters: " \ These characters cause a critical error during the initialization of the Agent.

using_custom_certificate_17

e)File name, type a filename and path for the .pfx file that will store the exported certificate and private key. Click Next and then click Finish.


note

The above example shows you how to create an ESET Management Agent certificate. Repeat the same steps for ESET PROTECT Server certificates.

You cannot use this certificate to sign another new certificate in the Web Console.

7.Export Certification Authority:

a)Open Server Manager and click Tools > Certification Authority.

b)In the Certification Authority (Local) tree, select the Your Server (usually FQDN) > Properties > General tab and click View Certificate.

c)In the Details tab, click Copy to File. The Certificate Export Wizard will open.

d)In the Export File Format window, select DER encoded binary X.509 (.CER) and click Next.

e)Click Browse to select the location where the .cer file will be saved and then click Next.

f)Click Finish to export the Certification Authority.

For step-by-step instructions to use custom certificates in ESET PROTECT, see the next chapter.