简体   繁体   English

如何获取ldap / Active目录的ssl证书

[英]how to get ssl certificate for ldap/Active directory

am new to LDAP / Active Directory environment. 我是LDAP / Active Directory环境的新手。

am trying to connect with LDAP / Active Directory using SSL support. 我正在尝试使用SSL支持连接LDAP / Active Directory。

to connect LDAP/Active Directory, SSL certificate is required to establish the connection. 要连接LDAP / Active Directory,需要SSL证书才能建立连接。

I have been googling, and most of the result is to "create certificate using Microsoft CA (certificate authority)". 我一直在谷歌搜索,大部分结果是“使用Microsoft CA(证书颁发机构)创建证书”。 Is this is only way to generate certificate for LDAP/Active Directory? 这是为LDAP / Active Directory生成证书的唯一方法吗?

How can i get SSL Certificate for LDAP / Active Directory? 如何获得LDAP / Active Directory的SSL证书? Is there any other way to get the SSL Certificate for LDAP/Active Directory? 有没有其他方法可以获得LDAP / Active Directory的SSL证书?

The OpenSSL tool can be used to: OpenSSL工具可用于:

OpenSSL is available via the console on Mac OS and most Linux distributions. OpenSSL可通过Mac OS和大多数Linux发行版的控制台获得。

You can get OpenSSL for Windows here: OpenSSL Distributions 你可以在这里获得OpenSSL for Windows: OpenSSL发行版

The Mac Keychain Access application can also be used to generate certificates. Mac Keychain Access应用程序也可用于生成证书。

LDAP client code that requires a secure connection should connect to the port upon which the directory server listens for SSL connections, or connect to the port upon which the directory server listens for unsecure connections and promote the connection security using the StartTLS extended operation . 需要安全连接的LDAP客户端代码应连接到目录服务器侦听SSL连接的端口,或连接到目录服务器侦听不安全连接的端口,并使用StartTLS extended operation提升连接安全性。 The certificate to which you refer is the certificate used by the directory server. 您引用的证书是目录服务器使用的证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM