Unable to import untrusted server certificate in SCOM 2019

Vibin Raj Nadakkal 61 Reputation points
2020-11-06T07:54:33.46+00:00

Hi,

I am trying to configure untrusted server in SCOM 2019 environment and agent server configuration part completed while importing certificate through command prompt in SCOM 2019 management server getting some issue. I have tried to run "MOMCertImport.exe <Untrusted Server Certificate.pfx>" this command and getting message "Certificate Browser dialog is not available on Windows 2000", screenshot also attached.

Please check and provide a solution to import certificate in SCOM.

Regards,
Vibin Raj N

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,413 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Laude 85,651 Reputation points
    2020-11-06T07:59:37.153+00:00

    Hi @VibinRajNadakkal-7146,

    First make sure you have copied the correct MOMCertImport.exe, make sure you copied the MOMCertImport.exe tool from the AMD64 folder, it can be found in the SupportTools folder of the Operations Manager 2019 installation media.

    Full path:

    • System Center Operations Manager 2019\SupportTools\AMD64\MOMCertImport.exe

    And make sure you open the Command Prompt with Run as administrator.

    You can also just right-click the MomCertImport.exe and select Run as administrator, it will check for validity of the certificate, check for private key, correct name and if it is trusted (so if your computers trusts the CA where it came from).

    Here's the command:

    MOMCertImport.exe /SubjectName "YourServerNameFQDN"
    

    I would recommend always typing the /SubjectName instead of just typing MOMCertImport.exe and selecting the certificate.

    Here's also a guide for you:


    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon