Page History
Add_workflow_for_techpubs | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
The LDAP - TLS Profile is used to add the Domain Controller root certificate to the SBC.
Command Syntax
Code Block | ||
---|---|---|
| ||
set profiles security ldapTlsProfile <Profile Name> ldapCaCerts <PkiRootCertificateFile Name> |
Code Block | ||
---|---|---|
| ||
delete profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts <Certificate Name> |
Command Parameters
The parameters ldapTlsProfile and ldapCaCerts are as shown parameters ldapTlsProfile and ldapCaCerts are described below:
Parameter | Length/Range | Default | Description | M/O |
---|---|---|---|---|
ldapTlsProfile | N/A | defaultLdapTlsProfile |
| M |
ldapCaCerts | N/A | N/A | <profile name> – The name of CA certificate referred to by the LDAP-TLS profile. | M |
Command Example
Info | ||
---|---|---|
| ||
Ensure you perform the following steps before you perform the configuration.
|
- To configure the AD root certificate:
Code Block | ||
---|---|---|
| ||
set system security pki certificate PkiCert type remote fileName ldapFirst.der state enabled |
- To configure the LdapTlsProfile:
Code Block | ||
---|---|---|
| ||
set profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts PkiCert |
- To delete the AD root certificate:
Code Block | ||
---|---|---|
| ||
delete profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts PkiCert |
Overview
Content Tools