Avatar of TAMUQITS
TAMUQITS
Flag for Qatar

asked on 

How to enable LDAP over SSL with a third-party certification authority?

I am following these guide to enable the LDAPs on one of my Windows Server 2012 R2:

https://support.microsoft.com/en-us/kb/321051
http://shabaztech.com/enabling-ldaps-certificate-3rd-party-ca/

I already get the third party certificate with the extension .cer. Whenever, I try to run the command called certreq -accpet certfile.cer, it throws the following error:

Certificate Request Processor: Cannot find object or property. 0x80092004 (-2146885628 CRYPT_E_NOT_FOUND)

I tried to change the filename extension to .p7b and crt but still it gives the same error.

Can anyone please help me in this regard?
SSL / HTTPSWindows Server 2012Active Directory

Avatar of undefined
Last Comment
TAMUQITS

8/22/2022 - Mon